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: 4.1.0.3408 (4.1.0.3408)
Syntax
public void PushOperation(
	Operation operation
)

Parameters

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