| ImageBoxPushOperation Method |
http://www.emgu.com
Push the specific operation to the operation collection
Namespace: Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
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