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

ReadOnlyCoordPointCollection Class

A read-only collection of CoordPoint objects.

Namespace: DevExpress.Xpf.Map

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public class ReadOnlyCoordPointCollection :
    ReadOnlyObservableCollection<CoordPoint>

The following members return ReadOnlyCoordPointCollection objects:

See Also