Declarations ​
pascal
function GetTransformedBounds: TFloatRect; overload;
function GetTransformedBounds(const ASrcRect: TFloatRect): TFloatRect; overload; virtual;Overload Details
Overload 1 ​
pascal
function GetTransformedBounds: TFloatRect; overload;Calculates transformed bounding box using internal SrcRect.
| Type | Description |
|---|---|
TFloatRect | The calculated bounding rectangle of transformed coordinates for internal SrcRect. |
Overload 2 ​
pascal
function GetTransformedBounds(const ASrcRect: TFloatRect): TFloatRect; overload; virtual;Calculates transformed bounding box for a specified source rectangle.
| Parameter | Type | Description |
|---|---|---|
ASrcRect | TFloatRect | Source rectangle. |
| Type | Description |
|---|---|
TFloatRect | The calculated bounding rectangle of transformed coordinates for ASrcRect. |
Description ​
GetTransformedBounds calculates the bounding rectangle resulting from transforming source rectangle coordinates.