[]
Get a native callback pointer from a managed callback.
public static IntPtr ToIntPtr(TessellationSink tessellationSink)
Public Shared Function ToIntPtr(tessellationSink As TessellationSink) As IntPtr
| Type | Name | Description |
|---|---|---|
| TessellationSink | tessellationSink | The geometry sink. |
| Type | Description |
|---|---|
| IntPtr | A pointer to the unmanaged geomerty sink counterpart |