Table of Contents

Method SetTrackbarMax

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetTrackbarMax(string, string, int)

Sets the trackbar maximum position. The function sets the maximum position of the specified trackbar in the specified window.

public static void SetTrackbarMax(string trackbarName, string winName, int maxVal)

Parameters

trackbarName string

Name of the trackbar.

winName string

Name of the window that is the parent of trackbar.

maxVal int

New maximum position.