ComponentOne Bitmap for UWP
ToIntPtr Method (VirtualSurfaceUpdatesCallbackNativeShadow)

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

Parameters

virtualSurfaceUpdatesCallbackNative
The geometry sink.

Return Value

A pointer to the unmanaged geometry sink counterpart
See Also

Reference

VirtualSurfaceUpdatesCallbackNativeShadow Class
VirtualSurfaceUpdatesCallbackNativeShadow Members