Method Contains
- Namespace
- DotNetBrowser.Geometry
- Assembly
- DotNetBrowser.dll
Contains(Point)
Checks whether the rectangle contains the specified point.
public bool Contains(Point point)
Parameters
Returns
- bool
true if the rectangle contains this point; false otherwise.
Contains(Rectangle)
Checks whether the rectangle contains the specified rectangle.
public bool Contains(Rectangle other)
Parameters
Returns
- bool
true if the rectangle contains the other rectangle; false otherwise.