MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / MatrixEx Class / Scale Method
This Matrix3x2 object.
The scaled amount on the x-axis.
The scaled mount on the y-axis.
A MatrixOrderEx indicating the order in which the rotation should be applied

In This Topic
Scale Method (MatrixEx)
In This Topic
Prepends a scale vector to the System.Numerics.Matrix3x2.
Syntax
'Declaration
 
Public Shared Function Scale( _
   ByVal matrix As Matrix3x2, _
   ByVal scaleX As Single, _
   ByVal scaleY As Single, _
   Optional ByVal order As MatrixOrderEx _
) As Matrix3x2
 

Parameters

matrix
This Matrix3x2 object.
scaleX
The scaled amount on the x-axis.
scaleY
The scaled mount on the y-axis.
order
A MatrixOrderEx indicating the order in which the rotation should be applied
See Also