Hide Comments
Hide Comments

Comments (0)

Appends a line to the current path.

The line is defined by the end point of the path and a point that depends on the point specified by the parameter. The P parameter's coordinates specify the distances to the last point of the current path, on each axis. LineToRel adds the end point of the line 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 LineTo. To move the start point of the line, call    MoveTo or    MoveToRel before calling LineToRel.

To find the end 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