Web API Reference MapGuide Open Source

MgEnvelope* MgMap::GetMapExtent  ) 
 

Returns the the overall extent of the map.

.Net Syntax
MgEnvelope GetMapExtent();
Java Syntax
MgEnvelope GetMapExtent();

Returns:
Returns an MgEnvelope that defines the overall extent of the map.
Example (PHP)
See MgMap Class .