親コントロールを基準にして、指定されたマウス位置 (x, y) に対応する値を返します。dragging パラメータが true の場合、返される値は、ポインタを現在の位置から (x, y) にドラッグした結果です。
シンタックス
'宣言
Public Overloads Function GetValueAt( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Boolean _
) As System.Double
public System.double GetValueAt(
System.int ,
System.int ,
System.bool
)
パラメータ
- x
- y
- dragging
参照