Transform Method
Transforms the point by a matrix.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Point Transform(
Matrix transform
)
Public Function Transform (
transform As Matrix
) As Point
member Transform :
transform : Matrix -> Point
Parameters
- Matrix
- The transform.
Return Value
Point
The transformed point.