TrackbarWithLabel Constructor (String, Int32, Int32, Int32) OpenCvSharp Class Library
Constructor

Namespace:  OpenCvSharp.UserInterface
Assembly:  OpenCvSharp.UserInterface (in OpenCvSharp.UserInterface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public TrackbarWithLabel(
	string labelText,
	int pos,
	int max,
	int min
)

Parameters

labelText
Type: SystemString

[Missing <param name="labelText"/> documentation for "M:OpenCvSharp.UserInterface.TrackbarWithLabel.#ctor(System.String,System.Int32,System.Int32,System.Int32)"]

pos
Type: SystemInt32

[Missing <param name="pos"/> documentation for "M:OpenCvSharp.UserInterface.TrackbarWithLabel.#ctor(System.String,System.Int32,System.Int32,System.Int32)"]

max
Type: SystemInt32

[Missing <param name="max"/> documentation for "M:OpenCvSharp.UserInterface.TrackbarWithLabel.#ctor(System.String,System.Int32,System.Int32,System.Int32)"]

min
Type: SystemInt32

[Missing <param name="min"/> documentation for "M:OpenCvSharp.UserInterface.TrackbarWithLabel.#ctor(System.String,System.Int32,System.Int32,System.Int32)"]

See Also

Reference