Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPathBuilder Class / Add Method

In This Topic
    Add Method (SvgPathBuilder)
    In This Topic
    Appends the specified SvgPathCommand to the current path.
    Syntax
    'Declaration
     
    Public Sub Add( _
       ByVal command As SvgPathCommand _
    ) 
    public void Add( 
       SvgPathCommand command
    )

    Parameters

    command
    See Also