BulletGraph for WinForms
GetValueAt(Int32,Int32,Boolean) メソッド

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 > C1GaugePointer クラス > GetValueAt メソッド : GetValueAt(Int32,Int32,Boolean) メソッド
Returns the Value that corresponds to the specified mouse position (x, y), relative to the parent control. If the 'dragging' parameter is True the returned value is the result of dragging the pointer from its current position to (x, y).
シンタックス
'宣言
 
Public Overloads Function GetValueAt( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer, _
   ByVal dragging As System.Boolean _
) As System.Double
public System.double GetValueAt( 
   System.int x,
   System.int y,
   System.bool dragging
)

パラメータ

x
y
dragging
解説
The result is scaled to the pointer's admitted region.
参照

C1GaugePointer クラス
C1GaugePointer メンバ
オーバーロード一覧