Graphics.FromHdcInternal(IntPtr) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定之裝置內容的 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。
備註
不應該使用這個方法。