Click or drag to resize
ReprojectorInvConvert Method (Double, Double, Double)
Inverse conversion, converts a point (x, y, h) from the target map projection to the source map projection.

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public void InvConvert(
	ref double x,
	ref double y,
	ref double h
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
h
Type: SystemDouble
See Also