VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf Namespace / WpfPointAffineTransform Class / TransformPoint Methods / TransformPoint(AffineMatrix,Point) Method
Syntax Requirements SeeAlso
    TransformPoint(AffineMatrix,Point) Method (WpfPointAffineTransform)
    Transforms the specified point by the specified AffineMatrix and returns the result.
    Syntax
    'Declaration
    
    Public Overloads Shared Function TransformPoint( _
    ByVal point
    The point to transform.
    As Vintasoft.Imaging.AffineMatrix, _
    ByVal matrix
    The matrix that used to transform point.
    As System.Windows.Point _
    ) As System.Windows.Point
     

    Parameters

    point
    The point to transform.
    matrix
    The matrix that used to transform point.

    Return Value

    The result of transforming point by AffineMatrix.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also