Graphics.FromHwndInternal(IntPtr) 方法

定義

為指定之 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

備註

不應該使用這個方法。

適用於