ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.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 CustomEffect _
    ) As IntPtr
    public static IntPtr ToIntPtr( 
       CustomEffect callback
    )

    Parameters

    callback
    The callback.

    Return Value

    A pointer to a shadow c++ callback
    See Also