The ScaleTransform type exposes the following members.

Constructors

  NameDescription
Public methodScaleTransform()()()()
Create a new ScaleTransform.
Public methodScaleTransform(Double, Double)
Create a new ScaleTransform.

Methods

  NameDescription
Public methodCreateGdiMatrix
Creates a new System.Drawing.Drawing2D.Matrix from the current Transform.
(Inherited from Transform.)

Properties

  NameDescription
Public propertyScaleX
Scale along the x-axis.
Public propertyScaleY
Scale along the y-axis.

See Also