ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / FunctionCallback Class / FunctionCallback Constructor / FunctionCallback Constructor(Void)

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

    Parameters

    pointer
    See Also