[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.TessellationSinkNative

Class TessellationSinkNative

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

ID2D1TessellationSink

[Guid("2cd906c1-12e2-11dc-9fed-001143a055f9")]
public class TessellationSinkNative : ComObjectCallback, IUnknown, ITessellationSink, ICallbackable, IDisposable
Inheritance
object
TessellationSinkNative
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

TessellationSinkNative(IntPtr)

Initializes a new instance of the TessellationSinkNative class.

public TessellationSinkNative(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

AddTriangles(Triangle[])

void ID2D1TessellationSink::AddTriangles([In, Buffer] const D2D1_TRIANGLE* triangles,[In] unsigned int trianglesCount)

public void AddTriangles(Triangle[] triangles)

Parameters

triangles Triangle[]

Close()

HRESULT ID2D1TessellationSink::Close()

public void Close()

Operators

explicit operator TessellationSinkNative(IntPtr)

Performs an explicit conversion from System.IntPtr to TessellationSinkNative.

public static explicit operator TessellationSinkNative(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

TessellationSinkNative