Click or drag to resize
RectangleIIntersect Method
Intersects this rectangle with the specified one, creating an intersection rectangle.

Namespace: Slash.Math.Geometry.Rectangles
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public bool Intersect(
	RectangleI rectangle,
	out RectangleI intersectionRectangle
)

Parameters

rectangle
Type: Slash.Math.Geometry.RectanglesRectangleI
Rectangle to intersect with.
intersectionRectangle
Type: Slash.Math.Geometry.RectanglesRectangleI
Intersection rectangle.

Return Value

Type: Boolean
True if the two rectangles intersect; otherwise, false.
See Also