ReadOnlyCoordPointCollection(IList<CoordPoint>) Constructor
A read-only collection of CoordPoint objects.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
list | IList<CoordPoint> | A list of CoordPoint objects. |
See Also