MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / MatrixEx Class / Transform Method

In This Topic
Transform Method (MatrixEx)
In This Topic
Applies a geometric transform represented by the System.Numerics.Matrix3x2 to the provided point.
Syntax
'Declaration
 
Public Shared Function Transform( _
   ByVal matrix As Matrix3x2, _
   ByVal position As PointF _
) As PointF
 

Parameters

matrix
position
See Also