ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.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 DrawTransform _
    ) As IntPtr
    public static IntPtr ToIntPtr( 
       DrawTransform callback
    )

    Parameters

    callback
    The callback.

    Return Value

    A pointer to a shadow c++ callback
    See Also