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

In This Topic
    SvgMoveToCommand Constructor
    In This Topic
    Initializes a new instance of the SvgMoveToCommand class.
    Syntax
    'Declaration
     
    Public Function New( _
       Optional ByVal relative As System.Boolean _
    )
    public SvgMoveToCommand( 
       System.bool relative
    )

    Parameters

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