[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgPathCommandType

SvgPathCommandType Enum

Specifies the type of an SVG path command.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgPathCommandType
Public Enum SvgPathCommandType

Fields

Name Description
ClosePath

Represents the 'Z' or 'z' command.

CurveTo

Represents the 'C' or 'c' command.

EllipticalArc

Represents the 'A' or 'a' command.

HorizontalLineTo

Represents the 'H' or 'h' command.

LineTo

Represents the 'L' or 'l' command.

MoveTo

Represents the 'M' or 'm' command.

QuadraticBezierCurveTo

Represents the 'Q' or 'q' command.

SmoothCurveTo

Represents the 'S' or 's' command.

SmoothQuadraticBezierCurveTo

Represents the 'T' or 't' command.

VerticalLineTo

Represents the 'V' or 'v' command.