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


IRect Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRect Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRect Interface

Provides access to members that control a rectangle.

Product Availability

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

Members

Name Description
Method Convert2Env Set Esri's Envelope Object from a rectangle.
Method Set2Env Reset from Esri's Envelope Object.
Read/write property XMax Maximum X value of the rectangle.
Read/write property XMin Minimum X value of the rectangle.
Read/write property YMax Maximum Y value of the rectangle.
Read/write property YMin Minimum Y value of the rectangle.

CoClasses that implement IRect

CoClasses and Classes Description
DblRect A simple rectangle class.

Remarks

This interface is not intended to be used by outside developers.