Graphics.FromHwndInternal(IntPtr) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為指定之 Windows 控制代碼建立新的 Graphics。
public:
static System::Drawing::Graphics ^ FromHwndInternal(IntPtr hwnd);
public static System.Drawing.Graphics FromHwndInternal (IntPtr hwnd);
static member FromHwndInternal : nativeint -> System.Drawing.Graphics
Public Shared Function FromHwndInternal (hwnd As IntPtr) As Graphics
參數
- hwnd
-
IntPtr
nativeint
視窗的控點。
傳回
指定之視窗控制代碼的 Graphics。
備註
不應該使用這個方法。