ComponentOne Bitmap for UWP
TransformRef(Point2F,Point2F,Matrix3x2) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Point2F Structure > TransformRef Method : TransformRef(Point2F,Point2F,Matrix3x2) Method
The result of the transformation for the input point.
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 Sub TransformRef( _
   ByRef result As Point2F, _
   ByRef point As Point2F, _
   ByRef matrix As Matrix3x2 _
) 
public static void TransformRef( 
   out Point2F result,
   ref Point2F point,
   ref Matrix3x2 matrix
)

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.
See Also

Reference

Point2F Structure
Point2F Members
Overload List