Adds a specified point to the end of the current TRSPathData.
Use MoveToRel to customize the start point for a new element to be added to the current TRSPathData.
MoveToRel adds the specified point to the Points array. Its coordinates are equal to the sum between the coordinates of the last point and the coordinates of P. The added point is of type ppMoveTo.
When a TRSPathData is drawn on a canvas, a MoveToRel 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