Skip to main content

MapControl.CoordPointToScreenPoint(CoordPoint) Method

Converts the specified geographical coordinate to the point on the screen.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public Point CoordPointToScreenPoint(
    CoordPoint coordPoint
)

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