OperationDescriptionAddControlInput Method |
http://www.emgu.com
Call once per control input to this Operation description
Namespace:
Emgu.TF
Assembly:
Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntaxpublic void AddControlInput(
Operation input
)
Public Sub AddControlInput (
input As Operation
)
public:
void AddControlInput(
Operation^ input
)
member AddControlInput :
input : Operation -> unit
Parameters
- input
- Type: Emgu.TFOperation
The control input
See Also