IRect Interface

Provides access to members that control a rectangle.

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.

IRect.Convert2Env Method

Set Esri's Envelope Object from a rectangle.

Public Sub Convert2Env ( _
    ByVal env As IEnvelope _
)
public void Convert2Env (
    IEnvelope env
);

IRect.Set2Env Method

Reset from Esri's Envelope Object.

Public Sub Set2Env ( _
    ByVal env As IEnvelope _
)
public void Set2Env (
    IEnvelope env
);

IRect.XMax Property

Maximum X value of the rectangle.

Public Property XMax As Double
public double XMax {get; set;}

IRect.XMin Property

Minimum X value of the rectangle.

Public Property XMin As Double
public double XMin {get; set;}

IRect.YMax Property

Maximum Y value of the rectangle.

Public Property YMax As Double
public double YMax {get; set;}

IRect.YMin Property

Minimum Y value of the rectangle.

Public Property YMin As Double
public double YMin {get; set;}

Classes that implement IRect

Classes Description
DblRect A simple rectangle class.

Remarks

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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.