ReadOnlyCoordPointCollection Constructors
A read-only collection of CoordPoint objects.| Name | Parameters | Description |
|---|---|---|
| ReadOnlyCoordPointCollection(IList<CoordPoint>) | list | A read-only collection of CoordPoint objects. |
| ReadOnlyCoordPointCollection(ObservableCollection<CoordPoint>) | list | Initializes a new instance of the ReadOnlyCoordPointCollection class with the specified settings. |
See Also