Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgAngle Structure / SvgAngle Constructor
The value of the angle in specified units.
The type of angle units.

In This Topic
    SvgAngle Constructor
    In This Topic
    Initializes a new instance of the SvgAngle struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As System.Single, _
       Optional ByVal units As SvgAngleUnits _
    )
    public SvgAngle( 
       System.float value,
       SvgAngleUnits units
    )

    Parameters

    value
    The value of the angle in specified units.
    units
    The type of angle units.
    See Also