PointTransform Method

Transforms the point by a matrix.

Definition

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

Parameters

transform  Matrix
The transform.

Return Value

Point
The transformed point.

See Also