ComponentOne Bitmap for UWP
Transform(RectF,Matrix3x2) Method

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

Reference

RectF Structure
RectF Members
Overload List