Reworked WmsImageLayer

This commit is contained in:
ClemensF 2018-06-13 17:33:47 +02:00
parent 8afc419278
commit 41aaee4741

View file

@ -10,7 +10,7 @@ namespace MapControl
{ {
/// <summary> /// <summary>
/// A multi-polygon defined by a collection of collections of Locations. /// A multi-polygon defined by a collection of collections of Locations.
/// With a FillRule of EvenOdd, this allows to draw polygons with holes. /// Allows to draw polygons with holes.
/// ///
/// A PolygonCollection (with ObservableCollection of Location elements) may be used /// A PolygonCollection (with ObservableCollection of Location elements) may be used
/// for the Polygons property if collection changes of the property itself and its /// for the Polygons property if collection changes of the property itself and its