Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgEnvelope
Contains
Contains
ExpandToInclude
ExpandToInclude
GetDepth
GetHeight
GetLowerLeftCoordinate
GetUpperRightCoordinate
GetWidth
Intersects
IsNull
MakeNull
MgEnvelope
MgEnvelope
MgEnvelope
MgEnvelope
MgEnvelope
Transform
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
.