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

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

    Parameters

    callback
    The callback.

    Return Value

    A pointer to a shadow c++ callback
    See Also