DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgTransformType Enumeration

SvgTransformType Enumeration
Specifies the type of an SVG transform function.
Syntax
'Declaration
 
Public Enum SvgTransformType 
   Inherits System.Enum
 
Members
MemberDescription
MatrixRepresents the 'matrix' function.
RotateRepresents the 'rotate' function.
ScaleRepresents the 'scale' function.
SkewXRepresents the 'skewX' function.
SkewYRepresents the 'skewY' function.
TranslateRepresents the 'translate' function.
Inheritance Hierarchy

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

See Also