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