MatrixTransform Method
Transforms the point with the matrix
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Point Transform(
Point p
)
Public Function Transform (
p As Point
) As Point
member Transform :
p : Point -> Point
- p Point
- The point to be transformed
PointThe transformed point