ComponentOne Bitmap for UWP
TransformRef(Matrix3x2) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Point2F Structure > TransformRef Method : TransformRef(Matrix3x2) Method
The matrix to use as a tranformation matrix.
Transforms a point by the 3x2 matrix.
Syntax
'Declaration
 
Public Overloads Sub TransformRef( _
   ByRef matrix As Matrix3x2 _
) 
public void TransformRef( 
   ref Matrix3x2 matrix
)

Parameters

matrix
The matrix to use as a tranformation matrix.
See Also

Reference

Point2F Structure
Point2F Members
Overload List