Click or drag to resize

WorldCanvasPtvMercatorToCanvas Method

This method implements a transformation from logical coordinates to canvas coordinates.

Namespace:  Ptv.XServer.Controls.Map.Canvases
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public override Point PtvMercatorToCanvas(
	Point mercatorPoint
)

Parameters

mercatorPoint
Type: System.WindowsPoint
The Mercator point.

Return Value

Type: Point
The canvas point.
See Also