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

備註

不應該使用這個方法。

適用於