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