Click or drag to resize

OperationInvokeMethod Method

http://www.emgu.com
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: 4.1.0.3408 (4.1.0.3408)
Syntax
public Object InvokeMethod(
	Object instance
)

Parameters

instance
Type: SystemObject
The instance to call the method

Return Value

Type: Object

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

See Also