ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / VirtualSurfaceUpdatesCallbackNativeShadow Class / ToIntPtr Method
The geometry sink.

In This Topic
    ToIntPtr Method (VirtualSurfaceUpdatesCallbackNativeShadow)
    In This Topic
    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