[]
Represents a single command in the path data.
public abstract class SvgPathCommand
Initializes a new instance of the SvgPathCommand class.
protected SvgPathCommand(SvgPathCommandType commandType, bool relative)
commandType
SvgPathCommandTyperelative
boolGets the type of the path command.
public SvgPathCommandType CommandType { get; }
Gets or sets a value indicating whether the command uses absolute (false) or relative (true) coordinates.
public bool Relative { get; set; }