MESCIUS SPREAD for Windows Forms 15.0J
IsPointInKnob メソッド

ポイントのX座標
ポイントのY座標
画像矩形
スライダーの向き
最小値
最大値
スライダーのつまみの幅
スライダーのトラックの幅
スライダーの目盛の幅
ポイントがスライダーのノブの中にあるかどうかを判定します。
構文
'宣言
 
Public Shared Function IsPointInKnob( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal r As Rectangle, _
   ByVal value As Integer, _
   ByVal orientation As SliderOrientation, _
   ByVal minimum As Integer, _
   ByVal maximum As Integer, _
   ByVal knobWidth As Integer, _
   ByVal trackWidth As Integer, _
   ByVal tickLength As Integer _
) As Boolean

パラメータ

x
ポイントのX座標
y
ポイントのY座標
r
画像矩形
value
orientation
スライダーの向き
minimum
最小値
maximum
最大値
knobWidth
スライダーのつまみの幅
trackWidth
スライダーのトラックの幅
tickLength
スライダーの目盛の幅

戻り値の型

ポイントがスライダのつまみ内にある場合はTrue、それ以外の場合はFalse
参照

FpSlider クラス
FpSlider メンバ

 

 


© MESCIUS inc. All rights reserved.