Device frame in world coordinates.
[Visual Basic 6.0] Property FittedBounds As IEnvelope
[Visual Basic .NET] Public ReadOnly Property FittedBounds As IEnvelope
[C#] public IEnvelope FittedBounds {get;}
[Java] public IEnvelope getFittedBounds() throws IOException, AutomationException
[C++] HRESULT get_FittedBounds( IEnvelope** Bounds );
The VisibleBounds is adjusted to match the aspect ratio of the DeviceFrame. This adjusted rectangle is stored in FittedBounds and VisibleBounds stores the actual rectangle specified by the client. In this way, the FittedBounds is the true visible extent of the display and is a read-only property.
IDisplayTransformation Interface | IActiveView.Extent Property | IDisplayTransformation.FittedBounds Property | IDisplayTransformation.VisibleBounds Property | ITin.Extent Property | IFeatureClassManage.UpdateExtent Method | IFeatureClassManage Interface