'宣言
Public Shared Function IsPointInKnob( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Rectangle, _
ByVal As Integer, _
ByVal As SliderOrientation, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As Boolean
public static bool IsPointInKnob(
int ,
int ,
Rectangle ,
int ,
SliderOrientation ,
int ,
int ,
int ,
int ,
int
)
パラメータ
- x
- ポイントのX座標
- y
- ポイントのY座標
- r
- 画像矩形
- value
- 値
- orientation
- スライダーの向き
- minimum
- 最小値
- maximum
- 最大値
- knobWidth
- スライダーのつまみの幅
- trackWidth
- スライダーのトラックの幅
- tickLength
- スライダーの目盛の幅
戻り値の型
ポイントがスライダのつまみ内にある場合はTrue、それ以外の場合はFalse