Web API Reference MapGuide Open Source
bool MgEnvelope::Contains ( MgEnvelope envelope  ) 

Tests whether the given envelope lies completely inside this Envelope (inclusive of the boundary).

.NET Syntax
bool Contains(MgEnvelope envelope);
Java Syntax
boolean Contains(MgEnvelope envelope);
PHP Syntax
bool Contains(MgEnvelope envelope);

Parameters:
envelope (MgEnvelope) The MgEnvelope to test containment of.
Returns:
True if the envelope argument is contained in this envelope, false otherwise.


Comments or suggestions? Send us feedback.