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。
注解
不应使用此方法。