'Declaration Public Function IsPointOnInteractionArea( _
ByVal xThe x coordinate, in viewer space.As System.Int32, _
ByVal yThe y coordinate, in viewer space.As System.Int32, _
ByVal mouseButtonThe mouse button.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
- The x coordinate, in viewer space.
- y
- The y coordinate, in viewer space.
- mouseButton
- The mouse button.
Return Value
True if point is located on interaction area; otherwise, false.