ICoordinateSystemConverterReprojectPoint Method (PointF)

Reproject the given point 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 (10.0.0.1002)
Syntax
PointF ReprojectPoint(
	PointF point
)

Parameters

point
Type: System.DrawingPointF
The point to reproject.

Return Value

Type: PointF
The reprojected point.
See Also