[]
        
(Showing Draft Content)

C1.Util.DX.RectF.Transform

Transform Method

Transform(Matrix3x2)

Transforms a rectangle by the 3x2 matrix.

Declaration
public void Transform(Matrix3x2 matrix)
Parameters
Type Name Description
Matrix3x2 matrix

The matrix to use as a tranformation matrix.

Transform(RectF, Matrix3x2)

Transforms a rectangle by the 3x2 matrix.

Declaration
public static RectF Transform(RectF rect, Matrix3x2 matrix)
Parameters
Type Name Description
RectF rect

The original rectangle to apply the transformation.

Matrix3x2 matrix

The matrix to use as a tranformation matrix.

Returns
Type Description
RectF

The result of the transformation for the rectangle point.