[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.ITessellationSink

Interface ITessellationSink

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

ID2D1TessellationSink

[Guid("2cd906c1-12e2-11dc-9fed-001143a055f9")]
[Shadow(typeof(TessellationSinkShadow))]
public interface ITessellationSink : ICallbackable, IDisposable
Inherited Members
System.IDisposable.Dispose()

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()