IMapGeoAsRelToMapView 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 Point GeoAsRelToMapView(
Point point
)
Function GeoAsRelToMapView (
point As Point
) As Point
Point GeoAsRelToMapView(
Point point
)
abstract GeoAsRelToMapView :
point : Point -> Point
Parameters
- point
- Type: System.WindowsPoint
The geographic point.
Return Value
Type:
Point The point in WPF units.
See Also