API:Vcl.Direct2D.TDirect2DCanvas.GetClipRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetClipRect: TRect; override;

C++

virtual System::Types::TRect __fastcall GetClipRect();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DCanvas

Description

Represents the getter method for the ClipRect property.

Vcl.Direct2D.TDirect2DCanvas.GetClipRect inherits from Vcl.Graphics.TCustomCanvas.GetClipRect. All content below this line refers to Vcl.Graphics.TCustomCanvas.GetClipRect.

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