[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgTransform

Class SvgTransform

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents a single function in the transform list.

public abstract class SvgTransform
Inheritance
SvgTransform
Derived
Inherited Members

Constructors

SvgTransform(SvgTransformType)

Initializes a new instance of the SvgTransform class.

protected SvgTransform(SvgTransformType transformType)

Parameters

transformType SvgTransformType

Properties

TransformType

Gets the type of SVG transform function.

public SvgTransformType TransformType { get; }

Property Value

SvgTransformType

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string