This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayTransformation Interface > IDisplayTransformation.ConstrainedBounds Property (ArcObjects .NET 10.4 SDK) |
Intersection of Bounds and VisibleBounds.
[Visual Basic .NET] Public ReadOnly Property ConstrainedBounds As IEnvelope
[C#] public IEnvelope ConstrainedBounds {get;}
[C++]
HRESULT get_ConstrainedBounds(
IEnvelope** Bounds
);
[C++]
Parameters Bounds [out, retval]
Bounds is a parameter of type IEnvelope
This is usually the same as the FittedBounds unless the display is at full extent and sized so that part of the visible area falls outside of the full extent.