RectangleContains Method (Point) |
Checks whether the rectangle contains the specified point.
Namespace:
DotNetBrowser.Geometry
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public 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