FMX.Graphics.TBitmap.BoundsF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BoundsF: TRectF read GetBoundsF;

C++

__property System::Types::TRectF BoundsF = {read=GetBoundsF};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TBitmap

Description

Bounds of the bitmap, (0, 0, Width, Height), as an instance of TRectF.

See Also