|
MapGuide API Reference
|
| void MgMapPlot::SetExtent | ( | MgEnvelope * | extent, |
| bool | expandToFit | ||
| ) |
Set the extents of the map.
| void SetExtent(MgEnvelope extent, bool expandToFit); |
| void SetExtent(MgEnvelope extent, boolean expandToFit); |
| void SetExtent(MgEnvelope extent, bool expandToFit); |
| extent | (MgEnvelope) The extents of the map. |
| expandToFit | (boolean/bool) Flag indicating whether the extents should be expanded to fill the space within the page margins. |