Click or drag to resize

MapCanvasGeoToCanvas Method (Point)

Converts a geographic point to a canvas 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 GeoToCanvas(
	Point geoPoint
)

Parameters

geoPoint
Type: System.WindowsPoint
The geographic point.

Return Value

Type: Point
The canvas point.
See Also