MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
bool MgEnvelope::Intersects ( MgEnvelope envelope)

Tests if the region defined by another envelope overlaps (intersects) the region of this envelope.

.NET Syntax
bool Intersects(MgEnvelope envelope);
Java Syntax
boolean Intersects(MgEnvelope envelope);
PHP Syntax
bool Intersects(MgEnvelope envelope);
Parameters:
envelope(MgEnvelope) The MgEnvelope to test for intersection.
Returns:
True if the envelopes intersect, false otherwise.