Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPathCommandType Enumeration

SvgPathCommandType Enumeration
Specifies the type of an SVG path command.
Syntax
'Declaration
 
Public Enum SvgPathCommandType 
   Inherits System.Enum
 
Members
MemberDescription
ClosePathRepresents the 'Z' or 'z' command.
CurveToRepresents the 'C' or 'c' command.
EllipticalArcRepresents the 'A' or 'a' command.
HorizontalLineToRepresents the 'H' or 'h' command.
LineToRepresents the 'L' or 'l' command.
MoveToRepresents the 'M' or 'm' command.
QuadraticBezierCurveToRepresents the 'Q' or 'q' command.
SmoothCurveToRepresents the 'S' or 's' command.
SmoothQuadraticBezierCurveToRepresents the 'T' or 't' command.
VerticalLineToRepresents the 'V' or 'v' command.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Svg.SvgPathCommandType

See Also