Vcl.Graphics.TCustomCanvas.GetClipRect
Delphi
function GetClipRect: TRect; virtual; abstract;
C++
virtual System::Types::TRect __fastcall GetClipRect(void) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TCustomCanvas |
Description
Represents the getter method for the ClipRect property.
GetClipRect is an abstract method that must be implemented in descending classes. GetClipRect is called each time the value of the ClipRect is read.