Graphics.FromHwndInternal(IntPtr) Metodo

Definizione

Crea un nuovo oggetto Graphics per l'handle di finestra specificato.

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

Parametri

hwnd
IntPtr

nativeint

Handle di una finestra.

Restituisce

Oggetto Graphics per l'handle di finestra specificato.

Commenti

Questo metodo non deve essere usato.

Si applica a