VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf Namespace / WpfPointAffineTransform Class / TransformPoint Methods / TransformPoint(AffineMatrix,Point) Method
Syntax Requirements SeeAlso
In This Topic
    TransformPoint(AffineMatrix,Point) Method (WpfPointAffineTransform)
    In This Topic
    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
    public static System.Windows.Point TransformPoint(
    Vintasoft.Imaging.AffineMatrix point,
    System.Windows.Point matrix
    )
    public: static System.Windows.Point TransformPoint(
    Vintasoft.Imaging.AffineMatrix* point,
    System.Windows.Point matrix
    )
    public:
    static System.Windows.Point TransformPoint(
    Vintasoft.Imaging.AffineMatrix^ point,
    System.Windows.Point matrix
    )

    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