DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMoveToCommand Class
Properties

SvgMoveToCommand Class Members

The following tables list the members exposed by SvgMoveToCommand.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the SvgMoveToCommand class.  
Top
Public Properties
 NameDescription
Public PropertyGets the type of the path command. (Inherited from GrapeCity.Documents.Svg.SvgPathCommand)
Public PropertyGets or sets a value indicating whether the command uses absolute (false) or relative (true) coordinates. (Inherited from GrapeCity.Documents.Svg.SvgPathCommand)
Public PropertyGets or sets the X-coordinate of the destination point.  
Public PropertyGets or sets the Y-coordinate of the destination point.  
Top
See Also