XyEnvelope Methods

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IncludeGeo Include the Geographic coordinate (lon,lat) in the envelope
IncludeProj Include the projection coordinate (east,north) in the envelope
IncludeXy Include the local grid coordinate (x,y) in the envelope
MoveGridOrigin 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

ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also