Graphics.FromHwndInternal(IntPtr) Método

Definición

Crea un nuevo Graphics para el identificador de ventanas especificado.

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

Parámetros

hwnd
IntPtr

nativeint

Identificador de una ventana.

Devoluciones

para Graphics el identificador de ventana especificado.

Comentarios

No se debe usar este método.

Se aplica a