[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.TessellationSinkShadow

Class TessellationSinkShadow

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

Internal TessellationSink Callback

public class TessellationSinkShadow : ComObjectShadow, IDisposable
Inheritance
object
TessellationSinkShadow
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

TessellationSinkShadow()

public TessellationSinkShadow()

Methods

ToIntPtr(ITessellationSink)

Get a native callback pointer from a managed callback.

public static IntPtr ToIntPtr(ITessellationSink tessellationSink)

Parameters

tessellationSink ITessellationSink

The geometry sink.

Returns

System.IntPtr

A pointer to the unmanaged geomerty sink counterpart