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
Assemblies:   Emgu.CV.Platform.NetCore (in Emgu.CV.Platform.NetCore.dll) Version: 4.3.0.3890
  Emgu.CV.Platform.NetFramework (in Emgu.CV.Platform.NetFramework.dll) Version: 4.3.0.3890 (4.3.0.3890)
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