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

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

Parameters

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