DioDocs for PDF
SvgPathCommandType 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgPathCommandType 列挙体
Specifies the type of an SVG path command.
シンタックス
'宣言
 
Public Enum SvgPathCommandType 
   Inherits System.Enum
public enum SvgPathCommandType : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間