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.0.1.3373 (4.0.1.3373)
Syntax
public void PushOperation(
	Operation operation
)

Parameters

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