ComponentOne Bitmap for UWP
ToIntPtr Method (TessellationSinkShadow)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > TessellationSinkShadow Class : ToIntPtr Method
The geometry sink.
Get a native callback pointer from a managed callback.
Syntax
'Declaration
 
Public Shared Function ToIntPtr( _
   ByVal tessellationSink As TessellationSink _
) As System.IntPtr
public static System.IntPtr ToIntPtr( 
   TessellationSink tessellationSink
)

Parameters

tessellationSink
The geometry sink.

Return Value

A pointer to the unmanaged geomerty sink counterpart
See Also

Reference

TessellationSinkShadow Class
TessellationSinkShadow Members