ComponentOne Bitmap for UWP
Transform(Point2F,Matrix3x2) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Point2F Structure > Transform Method : Transform(Point2F,Matrix3x2) Method
The original point to apply the transformation.
The matrix to use as a tranformation matrix.
Transforms a point by the 3x2 matrix.
Syntax
'Declaration
 
Public Overloads Shared Function Transform( _
   ByVal point As Point2F, _
   ByVal matrix As Matrix3x2 _
) As Point2F
public static Point2F Transform( 
   Point2F point,
   Matrix3x2 matrix
)

Parameters

point
The original point to apply the transformation.
matrix
The matrix to use as a tranformation matrix.

Return Value

The result of the transformation for the input point.
See Also

Reference

Point2F Structure
Point2F Members
Overload List