ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextRendererShadow Class / ToIntPtr Method
The callback.

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

    Parameters

    callback
    The callback.

    Return Value

    A pointer to a shadow c++ callback
    See Also