Graphics.FromHdcInternal(IntPtr) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un Graphics pour le contexte d’appareil spécifié.
public:
static System::Drawing::Graphics ^ FromHdcInternal(IntPtr hdc);
public static System.Drawing.Graphics FromHdcInternal(IntPtr hdc);
static member FromHdcInternal : nativeint -> System.Drawing.Graphics
Public Shared Function FromHdcInternal (hdc As IntPtr) As Graphics
Paramètres
- hdc
-
IntPtr
nativeint
Gérer un contexte d’appareil.
Retours
Pour Graphics le contexte d’appareil spécifié.
Remarques
Cette méthode ne doit pas être utilisée.