ImagickDraw::pathMoveToRelative

(PECL imagick 2, PECL imagick 3)

ImagickDraw::pathMoveToRelativeStarts a new sub-path

說明

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

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

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

參數(shù)

x

target x coordinate

y

target y coordinate

返回值

沒有返回值。