Click or drag to resize

MzCartography.Xy2Proj Method

Convert coordinates from model x-y coordinates to projection coordinates

Namespace:  DHI.Generic.Cartography
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Xy2Proj(
	double x,
	double y,
	out double east,
	out double north
)

Parameters

x
Type: System.Double
y
Type: System.Double
east
Type: System.Double
north
Type: System.Double
See Also