'Declaration Public Function IsPointOnInteractionArea( _
ByVal xКоордината x в пространстве наблюдателя.As System.Int32, _
ByVal yКоордината y в пространстве наблюдателя.As System.Int32, _
ByVal mouseButtonКнопка мыши.As System.Windows.Forms.MouseButtons _
) As Boolean
public bool IsPointOnInteractionArea(
System.Int32 x,
System.Int32 y,
System.Windows.Forms.MouseButtons mouseButton
)
public: bool IsPointOnInteractionArea(
System.Int32 x,
System.Int32 y,
System.Windows.Forms.MouseButtons* mouseButton
)
public:
bool IsPointOnInteractionArea(
System.Int32 x,
System.Int32 y,
System.Windows.Forms.MouseButtons^ mouseButton
)
Parameters
- x
- Координата x в пространстве наблюдателя.
- y
- Координата y в пространстве наблюдателя.
- mouseButton
- Кнопка мыши.
Return Value
True, если точка расположена в области взаимодействия; в противном случае, false.