Web API Reference MapGuide Open Source
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.