ComponentOne Bitmap for UWP
TransformRef(RectF,RectF,Matrix3x2) Method

C1.UWP.DX 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.
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

Reference

RectF Structure
RectF Members
Overload List