TransformToAABB Method
Returns the axis-aligned bounding box of a transformed rectangle.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Rect TransformToAABB(
Matrix matrix
)
Public Function TransformToAABB (
matrix As Matrix
) As Rect
member TransformToAABB :
matrix : Matrix -> Rect
Parameters
- Matrix
- The transform.
Return Value
Rect
The bounding box