MapControl.CoordPointToScreenPoint(CoordPoint) Method
Converts the specified geographical coordinate to the point on the screen.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| coordPoint | CoordPoint | A CoordPoint class descendant value to be converted. |
Returns
| Type | Description |
|---|---|
| Point | A Point object specifying a point on the screen. |
See Also