Search
IMatrix.Scale Method
See Also
 





Applies the specified scale vector to this IMatrix by prepending the scale vector.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void Scale (
    double sx,
    double sy
)

Visual Basic  Copy Code

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

 Parameters

sx

The value by which to scale this IMatrix in the x-axis direction.

sy

The value by which to scale this IMatrix in the y-axis direction.

 See Also