Appends a line to the current TRSPathData.
The line is defined by the end point of the TRSPathData and a point that depends on the specified parameter.
VLineTo adds the specified point to the Points array. The end point of the line is moved vertically from the last point of the TPathData to the point with the y-coordinate equal to Y. The added point is of type ppLineTo.
To move the start point of the line, call MoveTo or MoveToRel before calling VLineTo.
To find the last point of the TRSPathData, call the LastPoint method.
Namespace: RSGraphics
Delphi |
public |
Parameters
Y
Type: Single
Y-coordinate of the end point of the line.