Graphics.FromHdcInternal(IntPtr) メソッド

定義

指定したデバイス コンテキストの Graphics を返します。

public:
 static System::Drawing::Graphics ^ FromHdcInternal(IntPtr hdc);
public static System.Drawing.Graphics FromHdcInternal (IntPtr hdc);
static member FromHdcInternal : nativeint -> System.Drawing.Graphics
Public Shared Function FromHdcInternal (hdc As IntPtr) As Graphics

パラメーター

hdc
IntPtr

nativeint

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

戻り値

指定したデバイス コンテキストの Graphics

注釈

このメソッドは使用しないでください。

適用対象