Click or drag to resize
CartographyProj2Xy Method
Convert coordinates from projetion coordinates to local grid x-y coordinates

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public void Proj2Xy(
	double east,
	double north,
	out double x,
	out double y
)

Parameters

east
Type: SystemDouble
Easting
north
Type: SystemDouble
Northing
x
Type: SystemDouble
Local grid x coordinate
y
Type: SystemDouble
Local grid y coordinate
See Also