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