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.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
public void MoveGridOrigin(
double xOriginNew,
double yOriginNew
)
member MoveGridOrigin :
xOriginNew : float *
yOriginNew : float -> unit
Parameters
- xOriginNew Double
- X coordinate of new grid origin
- yOriginNew Double
- Y coordinate of new grid origin