TransformPoint(AffineMatrix,Point) Method (WpfPointAffineTransform)
Transforms the specified point by the specified
AffineMatrix and returns the result.
'Declaration
Public Overloads Shared Function TransformPoint( _
ByVal As Vintasoft.Imaging.AffineMatrix, _
ByVal 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.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5