[]
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(ImageRect rect)
| Type | Name | Description |
|---|---|---|
| ImageRect | rect |
| Type | Description |
|---|---|
| bool |