ShapeSimplifierBase Class
In This Article
The base class for map shape simplifiers.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
#Remarks
You can pass the ShapeSimplifierBase descendant as a parameter into the MapEditor.SimplifyItems(ShapeSimplifierBase, IEnumerable<MapItem>, Double) method.
See Also