次の方法で共有


Graphics.FromHdcInternal メソッド

内部メソッド。使用しないでください。

Public Shared Function FromHdcInternal( _
   ByVal hdc As IntPtr _) As Graphics
[C#]
public static Graphics FromHdcInternal(IntPtrhdc);
[C++]
public: static Graphics* FromHdcInternal(IntPtrhdc);
[JScript]
public static function FromHdcInternal(
   hdc : IntPtr) : Graphics;

パラメータ

  • hdc
    デバイス コンテキストを識別するハンドル。

戻り値

このメソッドは、指定のデバイス コンテキストの新しい Graphics オブジェクトを返します。

解説

このメソッドは、内部メソッドであるため使用しないでください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Graphics クラス | Graphics メンバ | System.Drawing 名前空間