Skip to main content

ReadOnlyCoordPointCollection(IList<CoordPoint>) Constructor

Initializes a new instance of the ReadOnlyCoordPointCollection class with the specified settings.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public ReadOnlyCoordPointCollection(
    IList<CoordPoint> list
)

Parameters

Name Type Description
list IList<CoordPoint>

A list of CoordPoint objects.

See Also