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

ReadOnlyCoordPointCollection(IList<CoordPoint>) Constructor

A read-only collection of CoordPoint objects.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public ReadOnlyCoordPointCollection(
    IList<CoordPoint> list
)

Parameters

Name Type Description
list IList<CoordPoint>

A list of CoordPoint objects.

See Also