Graphics.FromHwndInternal(IntPtr) Méthode

Définition

Crée un nouveau Graphics handle windows 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

Gérer vers une fenêtre.

Retours

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

Remarques

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

S’applique à