Skip to main content
A newer version of this page is available. .

MapControl.CoordPointToScreenPoint(CoordPoint) Method

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

Namespace: DevExpress.Xpf.Map

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

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