[]
Represents a 'moveto' command in the path data.
public class SvgMoveToCommand : SvgPathCommand
Public Class SvgMoveToCommand
Inherits SvgPathCommand
Name | Description |
---|---|
SvgMoveToCommand(bool) | Initializes a new instance of the SvgMoveToCommand class. |
Name | Description |
---|---|
X | Gets or sets the X-coordinate of the destination point. |
Y | Gets or sets the Y-coordinate of the destination point. |