DrawItemEventArgs.IDeviceContext.GetHdc メソッド

定義

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

 virtual IntPtr System.Drawing.IDeviceContext.GetHdc() = System::Drawing::IDeviceContext::GetHdc;
IntPtr IDeviceContext.GetHdc ();
abstract member System.Drawing.IDeviceContext.GetHdc : unit -> nativeint
override this.System.Drawing.IDeviceContext.GetHdc : unit -> nativeint
Function GetHdc () As IntPtr Implements IDeviceContext.GetHdc

戻り値

IntPtr

nativeint

デバイス コンテキストのハンドルを表す IntPtr

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、DrawItemEventArgs のインスタンスが IDeviceContext インターフェイスにキャストされる場合のみ、使用できます。

適用対象