TransformRef(Point2F,Point2F,Matrix3x2) Method
Transforms a point by the 3x2 matrix.
'Declaration
Public Overloads Shared Sub TransformRef( _
ByRef As Point2F, _
ByRef As Point2F, _
ByRef As Matrix3x2 _
)
Parameters
- result
- The result of the transformation for the input point.
- point
- The original point to apply the transformation.
- matrix
- The matrix to use as a tranformation matrix.