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



Applies the specified scaling operation to the transformation matrix of this GdiGraphics object by prepending it to the object's transformation matrix.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void ScaleTransform (
    float sx,
    float sy
)

Visual Basic  Copy Code

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

 Parameters

sx
The scale factor in the x direction.
sy
The scale factor in the y direction.

 See Also

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