Summary
Determines whether a point in in the bounds of the rectangle.
Syntax
public bool Contains(PixelPoint p)
Parameters
Name | Type | Description |
---|---|---|
p | PixelPoint | The point. |
Return Value
Type | Description |
---|---|
bool | true if the point is in the bounds of the rectangle; otherwise false. |