Open this page in the API Guide

ICoordinateSystemConverter.ReprojectPoint Method (Double, Double, Double, Double)

Reproject the given X and Y coordinates from the starting projection to the end projection.

Namespace:  Dundas.BI.Utility.Map
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
void ReprojectPoint(
	double x,
	double y,
	out double newX,
	out double newY
)

Parameters

x
Type: System.Double
X coordinate to reproject.
y
Type: System.Double
Y coordinate to reproject.
newX
Type: System.Double
Reprojected X coordinate.
newY
Type: System.Double
Reprojected Y coordinate.
See Also