ID2D1DeviceContext::GetPrimitiveBlend-Methode (d2d1_1.h)

Gibt die derzeit festgelegte primitive Mischung zurück, die vom Gerätekontext verwendet wird.

Syntax

D2D1_PRIMITIVE_BLEND GetPrimitiveBlend();

Rückgabewert

Typ: D2D1_PRIMITIVE_BLEND

Die aktuelle primitive Mischung. Der Standardwert ist D2D1_PRIMITIVE_BLEND_SOURCE_OVER.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 8 und Plattformupdate für Windows 7 [Desktop-Apps | UWP-Apps]
Unterstützte Mindestversion (Server) Windows Server 2012 und Plattformupdate für Windows Server 2008 R2 [Desktop-Apps | UWP-Apps]
Zielplattform Windows
Kopfzeile d2d1_1.h
DLL D2d1.dll

Weitere Informationen

D2D1_COMPOSITE_MODE

ID2D1DeviceContext