Skip to content

5F1C5E46

Marcel Härtel edited this page Aug 27, 2023 · 2 revisions

IsMouseInsideControlArea Method

Returns true when the mouse cursor is inside the specific area.

Definition

Namespace: MonoGame.Forms.NET.Controls
Assembly: MonoGame.Forms.NET (in MonoGame.Forms.NET.dll) Version: 3.2.0

C#

protected bool IsMouseInsideControlArea(
	int positionX,
	int positionY,
	int width,
	int height
)

Parameters

  Int32
 
  Int32
 
  Int32
 
  Int32
 

Return Value

Boolean

See Also

Reference

GraphicsDeviceControl Class
MonoGame.Forms.NET.Controls Namespace

Clone this wiki locally