Provides access to members that control a rectangle.
Members
Name | Description | |
---|---|---|
Convert2Env | Set Esri's Envelope Object from a rectangle. | |
Set2Env | Reset from Esri's Envelope Object. | |
XMax | Maximum X value of the rectangle. | |
XMin | Minimum X value of the rectangle. | |
YMax | Maximum Y value of the rectangle. | |
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.