Click or drag to resize

RectangleedgeOverlaps Method

Determine whether an edge of this rectangle overlies the equivalent edge of the passed rectangle

Namespace:  VelocityDBExtensions.Spatial
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public bool edgeOverlaps(
	Rectangle r
)

Parameters

r
Type: VelocityDBExtensions.SpatialRectangle

[Missing <param name="r"/> documentation for "M:VelocityDBExtensions.Spatial.Rectangle.edgeOverlaps(VelocityDBExtensions.Spatial.Rectangle)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VelocityDBExtensions.Spatial.Rectangle.edgeOverlaps(VelocityDBExtensions.Spatial.Rectangle)"]

See Also