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

CoordinateConverterBase.Convert(CoordPoint) Method

Converts the specified point from one coordinate system to another.

Namespace: DevExpress.Xpf.Map

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

Declaration

public abstract CoordPoint Convert(
    CoordPoint sourcePoint
)

Parameters

Name Type Description
sourcePoint CoordPoint

A CoordPoint class descendant that is a point in the old coordinate system.

Returns

Type Description
CoordPoint

A GeoPoint object that is a converted point.

See Also