Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSVclCommon > RSGraphics > Classes > TRSPathData > Methods

TRSPathData.MoveTo(TRSPoint) Method

Scroll Prev Top Next More

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

Parameters

P

Type: System.Void

Point to be added

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb