Call the specific method with the specific parameters on the provided instance

Namespace:  Emgu.CV.UI
Assembly:  Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.1.0.793 (2.1.0.793)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Object InvokeMethod(
	Object instance
)
Public Function InvokeMethod ( _
	instance As Object _
) As Object
public:
Object^ InvokeMethod(
	Object^ instance
)

Parameters

instance
Object
The instance to call the method

Return Value

[Missing <returns> documentation for "M:Emgu.CV.UI.Operation.InvokeMethod(System.Object)"]

See Also