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)
SyntaxPointF ReprojectPoint(
PointF point
)
Function ReprojectPoint (
point As PointF
) As PointF
PointF ReprojectPoint(
PointF point
)
abstract ReprojectPoint :
point : PointF -> PointF
Parameters
- point
- Type: System.DrawingPointF
The point to reproject.
Return Value
Type:
PointFThe reprojected point.
See Also