Graphics.FromHdcInternal(IntPtr) Méthode

Définition

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.

S’applique à