Vcl.Direct2D.TDirect2DGraphicsObject.ReleaseHandle

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure ReleaseHandle; dynamic;

C++

DYNAMIC void __fastcall ReleaseHandle();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DGraphicsObject

説明

割り当てられた Direct2D ハンドルを解放します。

ReleaseHandle は、結び付けられている Direct2D ハンドルの割り当てを解除するために下位クラスで使われる protected メソッドです。実際のハンドルはオブジェクトによって異なるため、ReleaseHandle は下位クラスで実装しなければなりません。

関連項目