ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / RectF Structure / Transform Method / Transform(RectF,Matrix3x2) Method
The original rectangle to apply the transformation.
The matrix to use as a tranformation matrix.

In This Topic
    Transform(RectF,Matrix3x2) Method
    In This Topic
    Transforms a rectangle by the 3x2 matrix.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Transform( _
       ByVal rect As RectF, _
       ByVal matrix As Matrix3x2 _
    ) As RectF
    public static RectF Transform( 
       RectF rect,
       Matrix3x2 matrix
    )

    Parameters

    rect
    The original rectangle to apply the transformation.
    matrix
    The matrix to use as a tranformation matrix.

    Return Value

    The result of the transformation for the rectangle point.
    See Also