RectTransformToAABB Method

Returns the axis-aligned bounding box of a transformed rectangle.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Rect TransformToAABB(
	Matrix matrix
)

Parameters

matrix  Matrix
The transform.

Return Value

Rect
The bounding box

See Also