'Declaration Public Sub GetSliderRange( _
ByVal indexThe index of the slider.As System.Int32, _
ByRef minPoint, in device-independent pixels (1/96th inch), in the image space, which corresponds to a value 0 on the slider.As System.Windows.Point, _
ByRef maxPoint, in device-independent pixels (1/96th inch), in the image space, which corresponds to a value 1 on the slider.As System.Windows.Point _
)
public void GetSliderRange(
System.Int32 index,
out System.Windows.Point min,
out System.Windows.Point max
)
Parameters
- index
- The index of the slider.
- min
- Point, in device-independent pixels (1/96th inch), in the image space, which corresponds to a value 0 on the slider.
- max
- Point, in device-independent pixels (1/96th inch), in the image space, which corresponds to a value 1 on the slider.