ArcObjects Library Reference (Display)  

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