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

In This Topic
    SvgTransformType Enumeration
    In This Topic
    Specifies the type of an SVG transform function.
    Syntax
    'Declaration
     
    Public Enum SvgTransformType 
       Inherits System.Enum
    public enum SvgTransformType : 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