Adds a specified point to the end of the current TRSPathData.
Use MoveTo to customize the start point for a new element to be added to the current TRSPathData.
MoveTo adds the specified point to the Points array. The added point is of type ppMoveTo.
When a TRSPathData is drawn on a canvas, a MoveTo point and the previous point are not visibly connected (no line is drawn between them).
To find the last point of the TRSPathData, call the
LastPoint method.
Namespace: RSGraphics
Delphi |
public |
Parameters
P
Type: System.Void
Point to be added