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