バージョン

GetValueFromPoint(Point) メソッド

特定の位置に最も近い値を取得します。トラックと同じ軸上のポイントのみが使用されます。
シンタックス
'宣言
 
Public Function GetValueFromPoint( _
   ByVal location As Point _
) As Integer
public int GetValueFromPoint( 
   Point location
)

パラメータ

location
クライアント座標でチェックするポイントの位置。

戻り値の型

指定したポイントに最も近い値を表す整数。
参照