[]
Determines if the specified point is contained within this rectangle.
public bool Contains(int x, int y)
Type | Name | Description |
---|---|---|
int | x | |
int | y |
Type | Description |
---|---|
bool |
Determines if the specified rectangle is fully contained within this rectangle.
public bool Contains(RectL rect)
Type | Name | Description |
---|---|---|
RectL | rect |
Type | Description |
---|---|
bool |