Appends a line to the current TRSPathData.
The line is defined by the end point of the TRSPathData and a specified point.
To move the start point of the line, call MoveTo or MoveToRel before calling LineTo.
LineTo adds P to Points . The added point is of type ppLineTo.
To find the last point of the TRSPathData, call the
LastPoint method.
Namespace: RSGraphics
Delphi |
public |
Parameters
P
Type: System.Void
End Point of line to be added