ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / MatrixEx Class / Translate Method
the translation X value to use
the translation Y value to use
A MatrixOrderEx indicating the order in which the rotation should be applied

In This Topic
    Translate Method (MatrixEx)
    In This Topic
    Prepends the specified translation vector to the System.Numerics.Matrix3x2.
    Syntax
    'Declaration
     
    Public Shared Function Translate( _
       ByVal matrix As Matrix3x2, _
       ByVal offsetX As Single, _
       ByVal offsetY As Single, _
       Optional ByVal order As MatrixOrderEx _
    ) As Matrix3x2
    public static Matrix3x2 Translate( 
       Matrix3x2 matrix,
       float offsetX,
       float offsetY,
       MatrixOrderEx order
    )

    Parameters

    matrix
    offsetX
    the translation X value to use
    offsetY
    the translation Y value to use
    order
    A MatrixOrderEx indicating the order in which the rotation should be applied
    See Also