Envelope

Namespace:  ESRI.ADF.Geometries
 

Syntax

function Envelope extends Surface

Remarks

The envelope constructor is overloaded and can be instantiated using either 4 double values [x1,y1,x2,y2] or using two point values [p1,p2].

Inheritance Hierarchy

ESRI.ADF.Geometries..::.Geometry
  ESRI.ADF.Geometries..::.Surface
    ESRI.ADF.Geometries..::.Envelope

See Also