Vcl.Graphics.TCanvas.GetClipRect
Delphi
function GetClipRect: TRect; override;
C++
virtual System::Types::TRect __fastcall GetClipRect();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TCanvas |
Description
Represents the getter method for the ClipRect property.
GetClipRect is called each time the value of ClipRect is read.