ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / MatrixEx Class / Scale Method
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
    public static Matrix3x2 Scale( 
       Matrix3x2 matrix,
       float scaleX,
       float scaleY,
       MatrixOrderEx order
    )

    Parameters

    matrix
    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