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

注解

不应使用此方法。

适用于