Skip to main content
A newer version of this page is available. .

ShapeSimplifierBase Class

The base class for map shape simplifiers.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public abstract class ShapeSimplifierBase :
    IShapeSimplifier

Remarks

You can pass the ShapeSimplifierBase descendant as a parameter into the MapEditor.SimplifyItems(ShapeSimplifierBase, IEnumerable<MapItem>, Double) method.

See Also