Click or drag to resize
RectangleFIntersects Method
Checks whether this rectangle at least partially intersects the passed other one.

Namespace: Slash.Math.Geometry.Rectangles
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public bool Intersects(
	RectangleF other
)

Parameters

other
Type: Slash.Math.Geometry.RectanglesRectangleF
Rectangle to check.

Return Value

Type: Boolean
true, if this rectangle intersects other, and false otherwise.
See Also