Charting for WinForms Programmer's Guide
GdiGraphics.ScaleTransform Method (Single, Single, MatrixOrder)
See Also
 






Applies the specified scaling operation to the transformation matrix of this GdiGraphics object in the specified order.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void ScaleTransform (
    float sx,
    float sy,
    MatrixOrder order
)

Visual Basic  Copy Code

Public Overridable Sub ScaleTransform( _
    sx As Single, _
    sy As Single, _
    order As MatrixOrder _
)

 Parameters

sx
The scale factor in the x direction.
sy
The scale factor in the y direction.
order
Member of the .NET MatrixOrder enumeration that specifies whether the scaling operation is prepended or appended to the transformation matrix.

 See Also

ScaleTransform Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace