Returns the current position of the specified trackbar.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- trackbarName
- Type: SystemString
Name of trackbar. - windowName
- Type: SystemString
Name of the window which is the parent of trackbar.
Return Value
Type: Int32the current position of the specified trackbar.
See Also