Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPathBuilder Class / AddClosePath Method
Indicates whether the command uses absolute (false) or relative (true) coordinates.

In This Topic
    AddClosePath Method
    In This Topic
    Adds the "closepath" command to the path.
    Syntax
    'Declaration
     
    Public Sub AddClosePath( _
       Optional ByVal relative As System.Boolean _
    ) 
    public void AddClosePath( 
       System.bool relative
    )

    Parameters

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