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

ImagickDraw::pathLineToVerticalRelative()

ImagickDraw::pathLineToVerticalRelative - Draws a vertical line path

Syntax

bool ImagickDraw::pathLineToVerticalRelative (float $y)

Arguments

  • y - y coordinate

Description

Draws a vertical 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.