Delegate ButtonCallback
Represents the method that will be called when the button changes state.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public delegate void ButtonCallback(bool state);
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | state | The new state of the button. |