XyEnvelopeMoveGridOrigin Method

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

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void MoveGridOrigin(
	double xOriginNew,
	double yOriginNew
)

Parameters

xOriginNew  Double
X coordinate of new grid origin
yOriginNew  Double
Y coordinate of new grid origin

See Also