Delegate TrackbarCallback
Represents the method that wil be called whenever the trackbar changes value.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public delegate void TrackbarCallback(int pos);
Parameters
Type | Name | Description |
---|---|---|
Int32 | pos | The new position of the trackbar. |