IsInsideRect

IsInsideRect(int, int, int, int)

public bool IsInsideRect(int x, int y, int width, int height) ;

Description

It is inside a rectangle

Parameters

Parameter Name Description
x x
y y
width width
height height

Returns

True if it is inside the rectangle