FMX.Graphics.TBitmap.Bounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Bounds: TRect read GetBounds;

C++

__property System::Types::TRect Bounds = {read=GetBounds};

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 TRect.

See Also