ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / FunctionCallback Class / FunctionCallback Constructor / FunctionCallback Constructor(IntPtr)

In This Topic
    FunctionCallback Constructor(IntPtr)
    In This Topic
    Initializes a new instance of the FunctionCallback class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pointer As System.IntPtr _
    )
    public FunctionCallback( 
       System.IntPtr pointer
    )

    Parameters

    pointer
    See Also