ID2D1CommandSink2 interface (d2d1_3.h)

This interface performs all the same functions as the existing ID2D1CommandSink1 interface. It also enables access to ink rendering and gradient mesh rendering.

Inheritance

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

Methods

The ID2D1CommandSink2 interface has these methods.

 
ID2D1CommandSink2::DrawGdiMetafile

Draws a metafile to the command sink using the given source and destination rectangles.
ID2D1CommandSink2::DrawGradientMesh

Renders a given gradient mesh to the target. (ID2D1CommandSink2.DrawGradientMesh)
ID2D1CommandSink2::DrawInk

Renders the given ink object using the given brush and ink style. (ID2D1CommandSink2.DrawInk)

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_3.h

See also

ID2D1CommandSink1