This document is archived and information here might be outdated. Recommended version. |
Adjusts the map surround to fit the bounds. The changed argument indicates whether the size of the map surround was changed.
[Visual Basic .NET] Public Sub FitToBounds ( _ ByVal Display As IDisplay, _ ByVal Bounds As IEnvelope, _ ByRef changed As Boolean _ )
[C#] public void FitToBounds ( IDisplay Display, IEnvelope Bounds, ref bool changed );
[C++]
HRESULT FitToBounds(
IDisplay* Display,
IEnvelope* Bounds,
Boolean* changed
);
[C++] Parameters Display [in]
Display is a parameter of type IDisplay* Bounds [in]
Bounds is a parameter of type IEnvelope* changed [out]
changed is a parameter of type bool*