The parameters for this method

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Object[] Parameters { get; set; }
Public Property Parameters As Object()
	Get
	Set
public:
property array<Object^>^ Parameters {
	array<Object^>^ get ();
	void set (array<Object^>^ value);
}

See Also