CvGetTrackbarPos Method OpenCvSharp Class Library
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

public static int GetTrackbarPos(
	string trackbarName,
	string windowName
)

Parameters

trackbarName
Type: SystemString
Name of trackbar.
windowName
Type: SystemString
Name of the window which is the parent of trackbar.

Return Value

Type: Int32
the current position of the specified trackbar.
See Also

Reference