Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPathBuilder Class / AddVerticalLineTo Method
Indicates whether the command uses absolute (false) or relative (true) coordinates.
The Y-coordinate of the destination point.

In This Topic
    AddVerticalLineTo Method
    In This Topic
    Adds the "vertical lineto" command to the path.
    Syntax
    'Declaration
     
    Public Sub AddVerticalLineTo( _
       ByVal relative As System.Boolean, _
       ByVal y As System.Single _
    ) 
    public void AddVerticalLineTo( 
       System.bool relative,
       System.float y
    )

    Parameters

    relative
    Indicates whether the command uses absolute (false) or relative (true) coordinates.
    y
    The Y-coordinate of the destination point.
    See Also