ValueFromPoint Method
Calculates the distance along the Thumb of a specified point along the track.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public virtual double ValueFromPoint(
Point point
)
Public Overridable Function ValueFromPoint (
point As Point
) As Double
abstract ValueFromPoint :
point : Point -> float
override ValueFromPoint :
point : Point -> float
Parameters
- Point
- The specified point.
Return Value
Double
The distance between the Thumb and the specified pt value.