[]
Determines if the specified point is contained within this Rectangle structure.
public bool Contains(int x, int y)
Public Function Contains(x As Integer, y As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | x | The x-coordinate of the point to test. |
int | y | The y-coordinate of the point to test. |
Type | Description |
---|---|
bool | This method returns |