ImagickDraw::pathMoveToAbsolute

(PECL imagick 2, PECL imagick 3)

ImagickDraw::pathMoveToAbsoluteStarts a new sub-path

說明

public ImagickDraw::pathMoveToAbsolute(float $x, float $y): bool
警告

本函數還未編寫文檔,僅有參數列表。

Starts a new sub-path at the given coordinate using absolute coordinates. The current point then becomes the specified coordinate.

參數

x

x coordinate of the starting point

y

y coordinate of the starting point

返回值

沒有返回值。