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

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

    Parameters

    callback
    The callback.

    Return Value

    A pointer to a shadow c++ callback
    See Also