FMX.Controls.TControl.ClipRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClipRect: TRectF read GetClipRect;

C++

__property System::Types::TRectF ClipRect = {read=GetClipRect};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies the bound rectangle to be clipped.

The values of ClipRect are specified by:

See Also