この Region オブジェクトを識別する Windows ハンドルを、指定のグラフィックス コンテキストで返します。
Public Function GetHrgn( _
ByVal g As Graphics _) As IntPtr
[C#]
public IntPtr GetHrgn(Graphicsg);
[C++]
public: IntPtr GetHrgn(Graphics* g);
[JScript]
public function GetHrgn(
g : Graphics) : IntPtr;
パラメータ
戻り値
この Region オブジェクトを識別する Windows ハンドル。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ