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
void MgEnvelope::ExpandToInclude
(
MgEnvelope
*
envelope
)
Enlarges the boundary of the envelope so that it contains the given envelope.
.NET Syntax
void ExpandToInclude(MgEnvelope envelope);
Java Syntax
void ExpandToInclude(MgEnvelope envelope);
PHP Syntax
void ExpandToInclude(MgEnvelope envelope);
Parameters:
envelope
(
MgEnvelope
) The
MgEnvelope
to expand this envelope to include.
Comments or suggestions? Send us
feedback
.