This document is archived and information here might be outdated.  Recommended version.


IDisplayTransformation.ConstrainedBounds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDisplayTransformation Interface > IDisplayTransformation.ConstrainedBounds Property
ArcGIS Developer Help

IDisplayTransformation.ConstrainedBounds Property

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IDisplayTransformation Interface