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)
Syntaxpublic void PushOperation(
Operation operation
)
Public Sub PushOperation (
operation As Operation
)
public:
void PushOperation(
Operation^ operation
)
member PushOperation :
operation : Operation -> unit
Parameters
- operation
- Type: Emgu.CV.UIOperation
The operation to be pushed onto the operation collection
See Also