CvSetTrackbarPos Method OpenCvSharp Class Library
Sets the position of the specified trackbar.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void SetTrackbarPos(
	string trackbarName,
	string windowName,
	int pos
)

Parameters

trackbarName
Type: SystemString
Name of trackbar.
windowName
Type: SystemString
Name of the window which is the parent of trackbar.
pos
Type: SystemInt32
New position.
See Also

Reference