ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / RectF Structure / TransformRef Method / TransformRef(RectF,RectF,Matrix3x2) Method
The result of the transformation for the input rectangle.
The original rectangle to apply the transformation.
The matrix to use as a tranformation matrix.

In This Topic
    TransformRef(RectF,RectF,Matrix3x2) Method
    In This Topic
    Transforms a rectangle by the 3x2 matrix.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub TransformRef( _
       ByRef result As RectF, _
       ByRef rect As RectF, _
       ByRef matrix As Matrix3x2 _
    ) 
    public static void TransformRef( 
       out RectF result,
       ref RectF rect,
       ref Matrix3x2 matrix
    )

    Parameters

    result
    The result of the transformation for the input rectangle.
    rect
    The original rectangle to apply the transformation.
    matrix
    The matrix to use as a tranformation matrix.
    See Also