Click or drag to resize

Cv2GetTrackbarPos Method

Returns the trackbar position.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static int GetTrackbarPos(
	string trackbarName,
	string winName
)

Parameters

trackbarName
Type: SystemString
Name of the trackbar.
winName
Type: SystemString
Name of the window that is the parent of the trackbar.

Return Value

Type: Int32
trackbar position
See Also