Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPoint Structure / SvgPoint Constructor

In This Topic
    SvgPoint Constructor
    In This Topic
    Initializes a new instance of the SvgPoint struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As SvgLength, _
       ByVal y As SvgLength _
    )
    public SvgPoint( 
       SvgLength x,
       SvgLength y
    )

    Parameters

    x
    y
    See Also