Click or drag to resize
ImageBoxPushOperation Method
http://www.emgu.com
Push the specific operation to the operation collection

Namespace: Emgu.CV.UI
Assembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void PushOperation(
	Operation operation
)

Parameters

operation
Type: Emgu.CV.UIOperation
The operation to be pushed onto the operation collection
See Also