ID2D1TessellationSink interface (d2d1.h)

Populates an ID2D1Mesh object with triangles.

Inheritance

The ID2D1TessellationSink interface inherits from the IUnknown interface. ID2D1TessellationSink also has these types of members:

Methods

The ID2D1TessellationSink interface has these methods.

 
ID2D1TessellationSink::AddTriangles

Copies the specified triangles to the sink.
ID2D1TessellationSink::Close

Closes the sink and returns its error status.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1.h

See also

IUnknown