RectangleContains Method (Rectangle) | 
 
                Checks whether the rectangle contains the specified rectangle.
            
 
    Namespace: 
   DotNetBrowser.Geometry
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntaxpublic 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