Graphics.FromHwndInternal(IntPtr) Méthode

Définition

Crée un Graphics à partir du handle de fenêtre spécifié.

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

Paramètres

hwnd
IntPtr

nativeint

Descripteur désignant une fenêtre.

Retours

Graphics pour le handle de fenêtre spécifié.

Remarques

Cette méthode ne doit pas être utilisée.

S’applique à