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