Vcl.Graphics.TCustomCanvas.GetClipRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetClipRect: TRect; virtual; abstract;

C++

virtual System::Types::TRect __fastcall GetClipRect() = 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.

See Also