Click or drag to resize

Cv2SetTrackbarPos Method

Sets the trackbar position.

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

Parameters

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