Click or drag to resize

MapCanvasCanvasToGeo Method

Converts a canvas point to a geographic point.

Namespace:  Ptv.XServer.Controls.Map.Canvases
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public Point CanvasToGeo(
	Point canvasPoint
)

Parameters

canvasPoint
Type: System.WindowsPoint
The canvas point.

Return Value

Type: Point
The geographic point.
See Also