DioDocs for PDF
SvgTransformType 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgTransformType 列挙体
Specifies the type of an SVG transform function.
シンタックス
'宣言
 
Public Enum SvgTransformType 
   Inherits System.Enum
public enum SvgTransformType : System.Enum 
メンバ
メンバ解説
MatrixRepresents the 'matrix' function.
RotateRepresents the 'rotate' function.
ScaleRepresents the 'scale' function.
SkewXRepresents the 'skewX' function.
SkewYRepresents the 'skewY' function.
TranslateRepresents the 'translate' function.
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間