Click or drag to resize

ReprojectorInvConvert Method (Double, Double)

Inverse conversion, converts a point (x, y) from the target map projection to the source map projection.

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

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
See Also