ID2D1Device6::CreateDeviceContext-Methode (d2d1_3.h)

Erstellt einen neuen Gerätekontext ohne anfänglich zugewiesenes Ziel.

Syntax

HRESULT CreateDeviceContext(
        D2D1_DEVICE_CONTEXT_OPTIONS options,
  [out] ID2D1DeviceContext6         **deviceContext6
);

Parameter

options

Typ: D2D1_DEVICE_CONTEXT_OPTIONS

Optionen zum Erstellen des Gerätekontexts.

[out] deviceContext6

Typ: ID2D1DeviceContext6**

Der erstellte Gerätekontext.

Rückgabewert

Typ: HRESULT

Diese Methode gibt einen HRESULT-Erfolgs- oder Fehlercode zurück.

Anforderungen

Anforderung Wert
Zielplattform Windows
Kopfzeile d2d1_3.h
DLL D2d1.dll

Weitere Informationen

ID2D1Device6