Graphics.FromHwndInternal(IntPtr) 方法
定义
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
窗口的句柄。Handle to a window.
返回
指定窗口句柄的 Graphics。A Graphics for the specified window handle.
注解
不应使用此方法。This method should not be used.