Name | Description | |
---|---|---|
![]() | CenterAt | Center the envelope at the specified x and y coordinate. |
![]() | Clone | Clones this geometry instance. As geometry objects are immutable and hence never change, the clone returned will be this object rather than a copy of this instance. (Inherited from ArcGIS.Core.Geometry.Geometry) |
![]() | Expand | Creates a new envelope expanded by the amount specified. Expand moves the X and Y coordinates of the sides toward or away from each other to scale the size of the Envelope. |
![]() | Intersection | Calculates the intersection between this instance and the specified envelope. |
![]() | Intersects | Determines if this instance intersects the supplied envelope. |
![]() | IsEqual | Overloaded. |
![]() | ToEsriShape | Overloaded. Overridden. |
![]() | ToJson | Serializes this geometry instance into an ArcGIS JSON geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry) |
![]() | ToXML | Serializes this geometry instance into an ArcGIS XML geometry representation. (Inherited from ArcGIS.Core.Geometry.Geometry) |
![]() | Union | Returns the union of this instance and the specified envelope. |