Table of Contents

Interface TessellationSink

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("2cd906c1-12e2-11dc-9fed-001143a055f9")]
public interface TessellationSink : IUnknown, ICallbackable, IDisposable
Inherited Members

Methods

AddTriangles(Triangle[])

Copies the specified triangles to the sink.

void AddTriangles(Triangle[] triangles)

Parameters

triangles Triangle[]

An array of Triangle structures that describe the triangles to add to the sink.

Close()

Closes the sink.

void Close()