Vcl.Direct2D.TDirect2DBrush.SetHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetHandle(const Value: ID2D1Brush);

C++

void __fastcall SetHandle(const Winapi::D2d1::_di_ID2D1Brush Value);

Properties

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

Description

SetHandle is the setter method for the Handle property.

SetHandle is executed each time the Handle property is changed.

See Also