Graphics.FromHwndInternal メソッド
内部メソッド。使用しないでください。
Public Shared Function FromHwndInternal( _
ByVal hwnd As IntPtr _) As Graphics
[C#]
public static Graphics FromHwndInternal(IntPtrhwnd);
[C++]
public: static Graphics* FromHwndInternal(IntPtrhwnd);
[JScript]
public static function FromHwndInternal(
hwnd : IntPtr) : Graphics;
パラメータ
- hwnd
ウィンドウを識別するハンドル。
戻り値
このメソッドは、指定のウィンドウ ハンドルの新しい Graphics オブジェクトを返します。
解説
このメソッドは、内部メソッドであるため使用しないでください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ