[]
Determines if the specified point is contained within this rectangle.
public bool Contains(float x, float y)
Public Function Contains(x As Single, y As Single) As Boolean
| 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)
Public Function Contains(rect As RectF) As Boolean
| Type | Name | Description |
|---|---|---|
| RectF | rect |
| Type | Description |
|---|---|
| bool |