CGdiObject::DeleteTempMap
CWinApp のアイドル処理ハンドラーが自動的に呼び出します。DeleteTempMap 関数は、FromHandle 関数で作成した一時的な CGdiObject オブジェクトをすべて削除します。
static void PASCAL DeleteTempMap( );
解説
DeleteTempMap 関数は、CGdiObject オブジェクトを削除する前に、一時的な CGdiObject オブジェクトに結び付けられている Windows の GDI オブジェクトを切り離します。
使用例
// DeleteTempMap() is a static member and so does not need to
// be called within the scope of an instantiated CGdiObject object.
CGdiObject::DeleteTempMap();
必要条件
**ヘッダー:**afxwin.h