ID2D1TessellationSink interface
Populates an ID2D1Mesh object with triangles.
When to implement
Implement this interface when you want to read back the results of the Tessellate method. For other scenarios, use the implementation provided by Direct2D.
Members
The ID2D1TessellationSink interface inherits from the IUnknown interface. ID2D1TessellationSink also has these types of members:
Methods
The ID2D1TessellationSink interface has these methods.
| Method | Description |
|---|---|
| AddTriangles |
Copies the specified triangles to the sink. |
| Close |
Closes the sink and returns its error status. |
Requirements
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also