ReadOnlyCoordPointCollection(IList<CoordPoint>) Constructor
Initializes a new instance of the ReadOnlyCoordPointCollection class with the specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| list | IList<CoordPoint> | A list of CoordPoint objects. |
See Also