Search
IGraphics.ScaleTransform Method
See Also
 






Prepends the specified scaling operation to the transformation matrix of this IGraphics.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void ScaleTransform (
    double sx,
    double sy
)

Visual Basic  Copy Code

Sub ScaleTransform( _
    sx As Double, _
    sy As Double _
)

 Parameters

sx

The scale factor in the x direction.

sy

The scale factor in the y direction.

 See Also