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