ISimplifyUtility
01 Syntax
Microsoft.VisualBasic.Imaging.Drawing2D.Math2D.PolylineSimplify.ISimplifyUtility
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Simplify | 1 | Simplifies a list of points to a shorter list of points. |
03 Members
Simplify(
Point(), Double, Boolean)Simplifies a list of points to a shorter list of points.
Parameters
| Name | Type | Description |
|---|---|---|
points | Point() | Points original list of points |
tolerance | Double | Tolerance tolerance in the same measurement as the point coordinates |
highestQuality | Boolean | Enable highest quality for using Douglas-Peucker, set false for Radial-Distance algorithm |
Returns
Simplified list of points