[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTransformType

SvgTransformType Enum

Specifies the type of an SVG transform function.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgTransformType
Public Enum SvgTransformType

Fields

Name Description
Matrix

Represents the 'matrix' function.

Rotate

Represents the 'rotate' function.

Scale

Represents the 'scale' function.

SkewX

Represents the 'skewX' function.

SkewY

Represents the 'skewY' function.

Translate

Represents the 'translate' function.