Vcl.Direct2D.TDirect2DFont.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 TDirect2DFont

Description

Releases the allocated Direct2D interface.

ReleaseHandle is executed when this font object is destroyed. ReleaseHandle deallocates the associated Direct2D interface to the font object.

See Also