[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPathCommand

SvgPathCommand Class

Represents a single command in the path data.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public abstract class SvgPathCommand
Public MustInherit Class SvgPathCommand

Constructors

Name Description
SvgPathCommand(SvgPathCommandType, bool)

Initializes a new instance of the SvgPathCommand class.

Properties

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.