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

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

    Parameters

    callback
    The callback.

    Return Value

    A pointer to a shadow c++ callback
    See Also