ComponentOne Bitmap for WPF
TransformPoint Method

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Matrix3x2 Structure : TransformPoint Method
The matrix to use as a tranformation matrix.
The original point to apply the transformation.
Transforms a point by this matrix.
Syntax
'Declaration
 
Public Shared Function TransformPoint( _
   ByRef matrix As Matrix3x2, _
   ByVal point As Point2F _
) As Point2F
public static Point2F TransformPoint( 
   ref Matrix3x2 matrix,
   Point2F point
)

Parameters

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

Return Value

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

Reference

Matrix3x2 Structure
Matrix3x2 Members