Click or drag to resize

Reprojector.Convert Method (Double, Double)

Converts a point (x, y) from the source map projection to the target map projection.

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

Parameters

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