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

ImagickDraw::pathLineToRelative()

ImagickDraw::pathLineToRelative - Draws a line path

Syntax

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

Arguments

  • x - starting x coordinate
  • y - starting y coordinate

Description

Draws a line path from the current point to the given coordinate using relative coordinates. The coordinate then becomes the new current point.

Version

PHP PECL imagick 2.0.0

Return value

No value is returned.