PixelsToUnits Method (C1RangeSelector)
In This Topic
Converts pixels to it´s corresponding unit value in the range slider
Syntax
'Declaration
Protected Overrides Function PixelsToUnits( _
ByVal As Double _
) As Double
protected override double PixelsToUnits(
double
)
Parameters
- pixels
See Also