ArcObjects Library Reference (Display)  

IMoveImageFeedback.Bounds Property

The bounds of the image.

[Visual Basic .NET]
Public WriteOnly Property Bounds
[C#]
public void Bounds {set;}
[C++]
HRESULT put_Bounds(
  IEnvelope* 
);
[C++]

Parameters

[in]

   is a parameter of type IEnvelope

Product Availability

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

See Also

IMoveImageFeedback Interface