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

ReadOnlyCoordPointCollection(IList<CoordPoint>) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public ReadOnlyCoordPointCollection(
    IList<CoordPoint> list
)

Parameters

Name Type Description
list IList<CoordPoint>

A list of CoordPoint objects.

See Also