Summary
Returns the axis-aligned bounding box of a transformed rectangle.
Syntax
public Rect TransformToAABB(Matrix matrix)
Parameters
Name | Type | Description |
---|---|---|
matrix | Matrix | The transform. |
Return Value
Type | Description |
---|---|
Rect | The bounding box |