[]
Represents a single command in the path data.
public abstract class SvgPathCommand
Public MustInherit Class SvgPathCommand
Name | Description |
---|---|
SvgPathCommand(SvgPathCommandType, bool) | Initializes a new instance of the SvgPathCommand class. |
Name | Description |
---|---|
CommandType | Gets the type of the path command. |
Relative | Gets or sets a value indicating whether the command uses absolute (false) or relative (true) coordinates. |