Click or drag to resize

MapGeoAsRelToMapView Method (Point, String)

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,
	string spatialReferenceId
)

Parameters

point
Type: System.WindowsPoint
The geographic point.
spatialReferenceId
Type: SystemString
The spatial reference.

Return Value

Type: Point
The point in WPF units.

Implements

IMapGeoAsRelToMapView(Point, String)
See Also