[]
Represents a single function in the transform list.
public abstract class SvgTransform
Initializes a new instance of the SvgTransform class.
protected SvgTransform(SvgTransformType transformType)
transformType
SvgTransformTypeGets the type of SVG transform function.
public SvgTransformType TransformType { get; }
Returns a string that represents the current object.
public override string ToString()