[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgScaleTransform

Class SvgScaleTransform

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

Represents a 'scale' function in the transform list.

public class SvgScaleTransform : SvgTransform
Inheritance
object
SvgScaleTransform
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgScaleTransform()

Initializes a new instance of the SvgScaleTransform class.

public SvgScaleTransform()

Properties

ScaleX

Gets or sets the scale factor in the X direction.

public float ScaleX { get; set; }

Property Value

float

ScaleY

Gets or sets the scale factor in the Y direction.

public float ScaleY { get; set; }

Property Value

float