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
)
Public Function edgeOverlaps (
r As Rectangle
) As Boolean
public:
bool edgeOverlaps(
Rectangle r
)
member edgeOverlaps :
r : Rectangle -> bool
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