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

ImagickDraw::pathLineToHorizontalRelative()

ImagickDraw::pathLineToHorizontalRelative - Draws a horizontal line

Syntax

bool ImagickDraw::pathLineToHorizontalRelative (float $x)

Arguments

  • x - x coordinate

Description

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

Version

PHP PECL imagick 2.0.0

Return value

No value is returned.