ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalysisSink1Shadow Class / ToIntPtr Method
The callback.

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

    Parameters

    callback
    The callback.

    Return Value

    A pointer to a shadow c++ callback
    See Also