AggPas - Anti-Grain Geomertry for Object Pascal

TAgg2D.VerLineRel (dy)

Description

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

Parameters

dy: double

Change (delta +/-) to the Current Point coordinate on Y axis [in subpixels].

Example

See the Path Example page.