Click or drag to resize

FormsMapGeoAsRelToMapView Method (Point)

Converts a geographic point to a point in WPF units.

Namespace:  Ptv.XServer.Controls.Map
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public Point GeoAsRelToMapView(
	Point point
)

Parameters

point
Type: System.WindowsPoint
The geographic point.

Return Value

Type: Point
The point in WPF units.

Implements

IMapGeoAsRelToMapView(Point)
See Also