AggPas - Anti-Grain Geomertry for Object Pascal

TAgg2D.VerLineTo (y)

Description

Adds a VLINE_TO_ABS path command to the current subpath. A new Line starts at the Current Point position and ends at defined Y coordinate. X coordinate remains unchanged. Current Point is finally changed to be at the end of a new Line segment.

Parameters

y: double

Y coordinate of end of a new Line segment [in subpixels].

Example

See the Path Example page.