[]
ID2D1TessellationSink
[Guid("2cd906c1-12e2-11dc-9fed-001143a055f9")]
[Shadow(typeof(TessellationSinkShadow))]
public interface ITessellationSink : ICallbackable, IDisposable
Copies the specified triangles to the sink.
void AddTriangles(Triangle[] triangles)
triangles
Triangle[]An array of Triangle structures that describe the triangles to add to the sink.
Closes the sink.
void Close()