Click or drag to resize

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

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void MoveGridOrigin(
	double xOriginNew,
	double yOriginNew
)

Parameters

xOriginNew
Type: SystemDouble
X coordinate of new grid origin
yOriginNew
Type: SystemDouble
Y coordinate of new grid origin
See Also