MapControl.CoordPointToScreenPoint(CoordPoint) Method
In This Article
Converts the specified geographical point into the point on a screen.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public MapPoint CoordPointToScreenPoint(
CoordPoint point
)
#Parameters
Name | Type | Description |
---|---|---|
point | Coord |
A Coord |
#Returns
Type | Description |
---|---|
Map |
A Map |
See Also