RectangleFIntersects Method |
Gets a value indicating that the specified rectangle overlaps this rectangle
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool Intersects(
RectangleF rectangle
)
Public Function Intersects (
rectangle As RectangleF
) As Boolean
member Intersects :
rectangle : RectangleF -> bool
Parameters
- rectangle
- Type: Eto.DrawingRectangleF
Rectangle to test for intersection/overlap
Return Value
Type:
BooleanTrue if the rectangle overlaps this instance, false otherwise
See Also