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)