Home > PHP > Function > > ImagickDraw::pathMoveToRelative()

ImagickDraw::pathMoveToRelative()

ImagickDraw::pathMoveToRelative - Starts a new sub-path

Syntax

bool ImagickDraw::pathMoveToRelative (float $x, float $y)

Arguments

  • x - target x coordinate
  • y - target y coordinate

Description

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

Version

PHP PECL imagick 2.0.0

Return value

No value is returned.