FMX.Controls3D.TControl3D.ScreenBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScreenBounds: TRectF read GetScreenBounds;

C++

__property System::Types::TRectF ScreenBounds = {read=GetScreenBounds};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Determines the boundaries of the control on the screen.

ScreenBounds computes the boundaries of the control on the screen as a TRectF.

See Also