ComponentOne Bitmap for UWP
ToIntPtr Method (CommandSinkShadow)

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > CommandSinkShadow Class : ToIntPtr Method
The callback.
Return a pointer to the unamanged version of this callback.
Syntax
'Declaration
 
Public Shared Function ToIntPtr( _
   ByVal callback As CommandSink _
) As System.IntPtr
public static System.IntPtr ToIntPtr( 
   CommandSink callback
)

Parameters

callback
The callback.

Return Value

A pointer to a shadow c++ callback
See Also

Reference

CommandSinkShadow Class
CommandSinkShadow Members