ArcGIS API for WPF - Library Reference
Envelope Class Members
See Also  Properties  Methods  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace : Envelope Class


The following tables list the members exposed by Envelope.

Public Constructors

 NameDescription
public ConstructorEnvelope ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyExtentOverridden.  Gets the minimum enclosing envelope of the instance  
public PropertyHeight Gets the height of the instance.  
public PropertySpatialReference Gets or sets the spatial reference. (Inherited from ESRI.ArcGIS.Client.Geometry.Geometry)
public PropertyWidth Gets the width of the instance.  
public PropertyXMax Gets or sets Xmax.  
public PropertyXMin Gets or sets Xmin.  
public PropertyYMax Gets or sets Ymax.  
public PropertyYMin Gets or sets Ymin.  
Top

Public Methods

 NameDescription
public MethodClone Creates a deep clone of the current Object.  
public MethodEqualsOverloaded.  Indicates whether the current object is equal to another object of the same type.  
public MethodExpand Creates a new envelope expanded by the amount specified.  
public MethodGetCenter Gets the center of the instance.  
public MethodIntersection Calculates the intersection between this instance and the specified envelope.  
public MethodIntersects Returns true if this instance intersects an envelope.  
public MethodToStringReturns a System.String that represents the current System.Object.  
public MethodUnion Returns the union of this instance and the specified envelope.  
Top

See Also

© ESRI, Inc. All Rights Reserved.