ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / TransformPoint Method
The matrix to use as a tranformation matrix.
The original point to apply the transformation.

In This Topic
    TransformPoint Method
    In This Topic
    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