MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends

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.