Vcl.Direct2D.TDirect2DPen.ReleaseHandle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReleaseHandle; override;

C++

DYNAMIC void __fastcall ReleaseHandle();

Properties

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

Description

Releases the allocated Direct2D handle.

ReleaseHandle is executed when this pen object is destroyed or when its handle changed. ReleaseHandle deallocates the associated Direct2D handle.

See Also