[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.MatrixEx.Transform

Transform Method

Transform(Matrix3x2, PointF)

Applies a geometric transform represented by the Matrix3x2 to the provided point.

Declaration
public static PointF Transform(this Matrix3x2 matrix, PointF position)
Parameters
Type Name Description
Matrix3x2 matrix
PointF position
Returns
Type Description
PointF