Name | Description | |
---|---|---|
![]() | SvgMoveToCommand Constructor | Initializes a new instance of the SvgMoveToCommand class. |
The following tables list the members exposed by SvgMoveToCommand.
Name | Description | |
---|---|---|
![]() | SvgMoveToCommand Constructor | Initializes a new instance of the SvgMoveToCommand class. |
Name | Description | |
---|---|---|
![]() | CommandType | Gets the type of the path command. (Inherited from GrapeCity.Documents.Svg.SvgPathCommand) |
![]() | Relative | Gets or sets a value indicating whether the command uses absolute (false) or relative (true) coordinates. (Inherited from GrapeCity.Documents.Svg.SvgPathCommand) |
![]() | X | Gets or sets the X-coordinate of the destination point. |
![]() | Y | Gets or sets the Y-coordinate of the destination point. |