VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.UserInteraction Namespace / IWpfSlidersBasedInteractiveObject Interface / GetSliderRange(Int32,Point,Point) Method
Syntax Requirements SeeAlso
In This Topic
GetSliderRange(Int32,Point,Point) Method (IWpfSlidersBasedInteractiveObject)
In This Topic
Returns start and end points of slider with specified index.
Syntax
'Declaration

Public Sub GetSliderRange( _
ByVal index
The index of the slider.
As System.Int32, _
ByRef min
Point, 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 max
Point, 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.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also