ID2D1CommandSink1 interface (d2d1_2.h)

This interface performs all the same functions as the existing ID2D1CommandSink interface. It also enables access to the new primitive blend modes, MIN and ADD, through its SetPrimitiveBlend1 method.

Inheritance

The ID2D1CommandSink1 interface inherits from ID2D1CommandSink. ID2D1CommandSink1 also has these types of members:

Methods

The ID2D1CommandSink1 interface has these methods.

 
ID2D1CommandSink1::SetPrimitiveBlend1

Sets a new primitive blend mode. (ID2D1CommandSink1.SetPrimitiveBlend1)

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 R2 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1_2.h

See also

ID2D1CommandSink