FormsMapGeoAsRelToMapView 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
)
Public Function GeoAsRelToMapView (
point As Point,
spatialReferenceId As String
) As Point
public:
virtual Point GeoAsRelToMapView(
Point point,
String^ spatialReferenceId
) sealed
abstract GeoAsRelToMapView :
point : Point *
spatialReferenceId : string -> Point
override GeoAsRelToMapView :
point : Point *
spatialReferenceId : string -> Point
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