RectangleContains Method (Point) | 
 
                Checks whether the rectangle contains the specified point.
            
 
    Namespace: 
   DotNetBrowser.Geometry
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntaxpublic bool Contains(
	Point point
)
Parameters
- point
 - Type: DotNetBrowser.GeometryPoint
 the Point instance to check. 
Return Value
Type: 
Booleantrue if the rectangle contains this point; false otherwise.
See Also