Track.ValueFromPoint(Point) メソッド

定義

Thumbに沿って、Trackから指定したポイントまでの距離を計算します。

public:
 virtual double ValueFromPoint(System::Windows::Point pt);
public virtual double ValueFromPoint(System.Windows.Point pt);
abstract member ValueFromPoint : System.Windows.Point -> double
override this.ValueFromPoint : System.Windows.Point -> double
Public Overridable Function ValueFromPoint (pt As Point) As Double

パラメーター

pt
Point

指定したポイント。

返品

Thumbと指定したpt値の間の距離。

適用対象