Vcl.Direct2D.TDirect2DBrush.GetHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHandle: ID2D1Brush;

C++

Winapi::D2d1::_di_ID2D1Brush __fastcall GetHandle();

Properties

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

Description

GetHandle is the getter method for the Handle property.

GetHandle is executed each time the value of the Handle property is read.

See Also