A newer version of this page is available.
Switch to the current version.
ProjectionBase.GeoPointToMapUnit(GeoPoint) Method
Converts the specified map point into internal map units.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v18.2.dll
Declaration
public abstract MapUnit GeoPointToMapUnit(
GeoPoint geoPoint
)
Public MustOverride Function GeoPointToMapUnit(
geoPoint As GeoPoint
) As MapUnit
Parameters
Name | Type | Description |
---|---|---|
geoPoint | GeoPoint | A GeoPoint object to be converted. |
Returns
Type | Description |
---|---|
MapUnit | A MapUnit object containing internal map coordinates. |
See Also
Feedback