Click or drag to resize

RectangleContains Method (Rectangle)

Checks whether the rectangle contains the specified rectangle.

Namespace:  DotNetBrowser.Geometry
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public bool Contains(
	Rectangle other
)

Parameters

other
Type: DotNetBrowser.GeometryRectangle
the Rectangle instance to check.

Return Value

Type: Boolean
true if the rectangle contains the other rectangle; false otherwise.
See Also