ImagickDraw::pathMoveToRelative
(No version information available, might be only in CVS)
ImagickDraw::pathMoveToRelative — Starts a new sub-path
Описание
bool ImagickDraw::pathMoveToRelative
( float $x
, float $y
)
Внимание
К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.
Starts a new sub-path at the given coordinate using relative coordinates. The current point then becomes the specified coordinate.
Список параметров
- x
-
target x coordinate
- y
-
target y coordinate
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
ImagickDraw::pathMoveToRelative
There are no user contributed notes for this page.
