MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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.