ESRI.ArcGIS.ADF.Web
Envelope Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.ADF.Web.Geometry Namespace : Envelope Class


The following tables list the members exposed by Envelope.

Public Constructors

  Name Description
Public Constructor Envelope Constructor Overloaded.  Constructs an Envelope.  
Top

Public Properties

  Name Description
Public Property Height Gets the height of the Envelope.  
Public Property MMax  
Public Property MMin  
Public Property SpatialReference Gets or sets the SpatialReference of the Geometry. (Inherited from Geometry)
Public Property Width Gets the width of the Envelope.  
Public Property XMax Gets or sets the maximum x-coordinate of the Envelope.  
Public Property XMin Gets or sets the minimum x-coordinate of the Envelope.  
Public Property YMax Gets or sets the maximum y-coordinate of the Envelope.  
Public Property YMin Gets or sets the minimum y-coordinate of the Envelope.  
Public Property ZMax  
Public Property ZMin  
Top

Public Methods

  Name Description
Public Method Clone Overridden.  Creates a deep clone of the current Object.  
Public Method Expand Expands the Envelope by a given percentage.  
Public Method IsEqual  
Public Methodstatic (Shared in Visual Basic) ToMapEnvelope Overloaded.  Converts screen rectangle into a map envelope  
Public Method ToScreenRectangle Converts an envelope in map coordinates to a Rectangle in screen coordinates (pixel coordinates).  
Public Method ToString Overridden.  Converts the Envelope to its string representation.  
Public Method Union  
Top

See Also