MatrixTransform Method

Transforms the point with the matrix

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Point Transform(
	Point p
)

Parameters

p  Point
The point to be transformed

Return Value

Point
The transformed point

See Also