DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgLength Structure / SvgLength Constructor
The value of a length in specified units.
The type of length units.

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

Parameters

value
The value of a length in specified units.
units
The type of length units.
See Also