ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalysisQuickSink1Shadow Class / ToIntPtr Method
The callback.

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

    Parameters

    callback
    The callback.

    Return Value

    A pointer to a shadow c++ callback
    See Also