ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / MatrixEx Class / Apply Method

In This Topic
    Apply Method (MatrixEx)
    In This Topic
    Applies a geometric transform represented by the System.Numerics.Matrix3x2 to the provided System.Drawing.RectangleF.
    Syntax
    'Declaration
     
    Public Shared Function Apply( _
       ByVal matrix As Matrix3x2, _
       ByVal rect As RectangleF _
    ) As RectangleF
    public static RectangleF Apply( 
       Matrix3x2 matrix,
       RectangleF rect
    )

    Parameters

    matrix
    rect
    See Also