[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPathBuilder.AddVerticalLineTo

AddVerticalLineTo Method

AddVerticalLineTo(bool, float)

Adds the "vertical lineto" command to the path.

Declaration
public void AddVerticalLineTo(bool relative, float y)
Public Sub AddVerticalLineTo(relative As Boolean, y As Single)
Parameters
Type Name Description
bool relative

Indicates whether the command uses absolute (false) or relative (true) coordinates.

float y

The Y-coordinate of the destination point.