Graphics.FromHwndInternal(IntPtr) Método

Definición

Crea un nuevo Graphics para el identificador de ventana 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

Indique una ventana.

Devoluciones

Graphics

Graphics para el identificador de ventana especificado.

Comentarios

Este método no se debe usar.

Se aplica a