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 specified parameter. The X parameter specifies the distance to the end point of the current path on the x-axis. HLineToRel adds the end point of the line to the    Points array. The end point of the line is moved horizontally by a distance equal to X to the end point of the path. The added point is of type LineTo. To move the start point of the line, call    MoveTo or    MoveToRel before calling HLineToRel.

To find the end point of the path, call the    LastPoint method.
 

Namespace: RSGdiPlusGraphics

expandingSyntax

Parameters

X

Type: Single

Return Value

Type: TRSGPPath

expandingRemarks
expandingSee Also

Comments (0)

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