| CvTrackbarSetMin Method |
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: 1.0.0
Syntax public 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