MapControl.CoordPointToScreenPoint(CoordPoint) Method
Converts the specified geographical coordinate to the point on the screen.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public Point CoordPointToScreenPoint(
CoordPoint coordPoint
)
#Parameters
Name | Type | Description |
---|---|---|
coord |
Coord |
A Coord |
#Returns
Type | Description |
---|---|
Point | A Point object specifying a point on the screen. |