Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / CommandSink1Shadow Class / ToIntPtr Method
The callback.

In This Topic
    ToIntPtr Method (CommandSink1Shadow)
    In This Topic
    Return a pointer to the unmanaged version of this callback.
    Syntax
    'Declaration
     
    Public Shared Function ToIntPtr( _
       ByVal callback As ICommandSink1 _
    ) As System.IntPtr
    public static System.IntPtr ToIntPtr( 
       ICommandSink1 callback
    )

    Parameters

    callback
    The callback.

    Return Value

    A pointer to a shadow c++ callback
    See Also