Show/Hide Toolbars

RiverSoftAVG Products Help

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

TRSPathData.MoveToRel(TRSPoint) Method

Scroll Prev Top Next More

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

Parameters

P

Type: System.Void

Point to be added

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb