http://www.emgu.com
Assembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.4.2.1777 (2.4.2.1777)
Craete an operation using the specific method and parameters
Namespace: Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public Operation( MethodInfo mi, Object[] parameters ) |
Visual Basic |
---|
Public Sub New ( _ mi As MethodInfo, _ parameters As Object() _ ) |
Visual C++ |
---|
public: Operation( MethodInfo^ mi, array<Object^>^ parameters ) |
Parameters
- mi
- Type: System.Reflection..::..MethodInfo
The method info
- parameters
- Type: array<System..::..Object>[]()[][]
The parameters for this method