Sets the trackbar minimum position.
The function sets the minimum position of the specified trackbar in the specified window.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic void SetMin(
int minval
)
Public Sub SetMin (
minval As Integer
)
public:
void SetMin(
int minval
)
member SetMin :
minval : int -> unit
Parameters
- minval
- Type: SystemInt32
New minimum position.
See Also