Click or drag to resize

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
)

Parameters

rectangle
Type: Eto.DrawingRectangleF
Rectangle to test for intersection/overlap

Return Value

Type: Boolean
True if the rectangle overlaps this instance, false otherwise
See Also