Initializes a new instance of the ColorSlider class.

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public DoubleSlider(
	int min,
	int max,
	int valueLower,
	int valueUpper
)
Visual Basic (Declaration)
Public Sub New ( _
	min As Integer, _
	max As Integer, _
	valueLower As Integer, _
	valueUpper As Integer _
)
Visual C++
public:
DoubleSlider(
	int min, 
	int max, 
	int valueLower, 
	int valueUpper
)

Parameters

min
Type: System..::.Int32
The minimum value.
max
Type: System..::.Int32
The maximum value.
valueLower
Type: System..::.Int32

[Missing <param name="valueLower"/> documentation for "M:CoreDevices.DeviceControls.DoubleSlider.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

valueUpper
Type: System..::.Int32

[Missing <param name="valueUpper"/> documentation for "M:CoreDevices.DeviceControls.DoubleSlider.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also