Graphics.FromHdcInternal(IntPtr) Methode

Definition

Gibt ein Graphics für den angegebenen Gerätekontext zurück.

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

Parameter

hdc
IntPtr

nativeint

Handle für einen Gerätekontext.

Gibt zurück

Ein Graphics für den angegebenen Gerätekontext.

Hinweise

Diese Methode sollte nicht verwendet werden.

Gilt für: