Hide Comments
Hide Comments

Comments (0)

Adds a specified point to the end of the current path.

Use MoveTo to customize the start point for a new element to be added to the current path.

The P parameter specifies the TPointF to be added. MoveTo adds the specified point to a Points array. The added point is of type MoveTo.
 
When a path 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 path, call the    LastPoint method.
 

Namespace: RSGdiPlusGraphics

expandingSyntax

Parameters

P

Type: TPointF

Return Value

Type: TRSGPPath

expandingRemarks
expandingSee Also

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2016, Thomas G. Grubb