Click or drag to resize

XyEnvelope Methods

The XyEnvelope type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncludeGeo
Include the Geographic coordinate (lon,lat) in the envelope
Public methodIncludeProj
Include the projection coordinate (east,north) in the envelope
Public methodIncludeXy
Include the local grid coordinate (x,y) in the envelope
Public methodMoveGridOrigin
Move the origin of the local grid (x,y) coordinate system to the specified (x,y) coordinates, i.e. the specified (x,y) coordinate will match (0,0) in the new local grid coordinate system.

Also the Cartography object is updated to new origin

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also