[]
Represents a 'scale' function in the transform list.
public class SvgScaleTransform : SvgTransform
Initializes a new instance of the SvgScaleTransform class.
public SvgScaleTransform()
Gets or sets the scale factor in the X direction.
public float ScaleX { get; set; }
Gets or sets the scale factor in the Y direction.
public float ScaleY { get; set; }