Click or drag to resize

RectangleIntersects Method

Determine whether this rectangle intersects the passed rectangle

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public bool Intersects(
	ref Nullable<Rectangle> r
)

Parameters

r
Type: SystemNullableRectangle
The rectangle that might intersect this rectangle

Return Value

Type: Boolean
return true if the rectangles intersect, false if they do not intersect
See Also