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

ShapeSimplifierBase.Tolerance Property

Returns a percent of vertices that vector shapes contain after simplification.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public double Tolerance { get; }

Property Value

Type Description
Double

A number that should be in the (0;100) range.

See Also