[]
        
(Showing Draft Content)

C1.Util.DX.Matrix3x2.TransformPoint

TransformPoint Method

TransformPoint(ref Matrix3x2, Point2F)

Transforms a point by this matrix.

Declaration
public static Point2F TransformPoint(ref Matrix3x2 matrix, Point2F point)
Parameters
Type Name Description
Matrix3x2 matrix

The matrix to use as a tranformation matrix.

Point2F point

The original point to apply the transformation.

Returns
Type Description
Point2F

The result of the transformation for the input point.