'Declaration Protected Function FindInteractionArea( _
ByVal xКоордината x в пространстве наблюдателя.As System.Int32, _
ByVal yКоордината y в пространстве наблюдателя.As System.Int32, _
ByVal mouseButtonКнопка мыши.As System.Windows.Forms.MouseButtons _
) As InteractionArea
protected InteractionArea FindInteractionArea(
System.Int32 x,
System.Int32 y,
System.Windows.Forms.MouseButtons mouseButton
)
protected: InteractionArea* FindInteractionArea(
System.Int32 x,
System.Int32 y,
System.Windows.Forms.MouseButtons* mouseButton
)
protected:
InteractionArea^ FindInteractionArea(
System.Int32 x,
System.Int32 y,
System.Windows.Forms.MouseButtons^ mouseButton
)
Parameters
- x
- Координата x в пространстве наблюдателя.
- y
- Координата y в пространстве наблюдателя.
- mouseButton
- Кнопка мыши.
Return Value
Область взаимодействия, если область найдена; в противном случае null.