RectangleContains Method (Rectangle) |
Checks whether the rectangle contains the specified rectangle.
Namespace:
DotNetBrowser.Geometry
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax public bool Contains(
Rectangle other
)
Parameters
- other
- Type: DotNetBrowser.GeometryRectangle
the Rectangle instance to check.
Return Value
Type:
Booleantrue if the rectangle contains the other rectangle; false otherwise.
See Also