Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32_Transforms🞂TAffineTransformation🞂GetTransformedBoundsMethod
Inherited from:TTransformation.GetTransformedBounds

TAffineTransformation.GetTransformedBounds

Calculates the bounding rectangle of transformed coordinates.

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.

TypeDescription
TFloatRectThe 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.

ParameterTypeDescription
ASrcRectTFloatRectSource rectangle.
TypeDescription
TFloatRectThe calculated bounding rectangle of transformed coordinates for ASrcRect.

Description ​

GetTransformedBounds calculates the bounding rectangle resulting from transforming source rectangle coordinates.

GetTransformedBounds