[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPathCommand

Class SvgPathCommand

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents a single command in the path data.

public abstract class SvgPathCommand
Inheritance
object
SvgPathCommand
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgPathCommand(SvgPathCommandType, bool)

Initializes a new instance of the SvgPathCommand class.

protected SvgPathCommand(SvgPathCommandType commandType, bool relative)

Parameters

commandType SvgPathCommandType
relative bool

Properties

CommandType

Gets the type of the path command.

public SvgPathCommandType CommandType { get; }

Property Value

SvgPathCommandType

Relative

Gets or sets a value indicating whether the command uses absolute (false) or relative (true) coordinates.

public bool Relative { get; set; }

Property Value

bool