GetTransformedBounds

Graphics32

TTransformation.GetTransformedBounds

function GetTransformedBounds: TRect; virtual; abstract;

Description

Returns the bounding rectangle that surrounds the destination area affected by the transformation. The coordinates of the rectangle are specified relative to the destination bitmap origin. Not all derived transformation types may be able to specify transformed bounds. In that case, the source rectangle is returned.

See Also

HasTransformedBounds, TRect