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