Summary
Provides values to specify options on the
VoronoiDiagram.GenerateVoronoiDiagram(PointD[], double, double, VoronoiDiagramFlags) method.
Enum values
| 4 |
If not specified, only polygons contained entirely within the bounds are included. Otherwise, the
theoretically “infinite” polygons are included as polygons that are clipped to the bounding region. |
| 1 | Indicates that duplicate sites (points) should be removed from the input. |
| 2 | Indicates that input sites (points) that lie outside the bounds of the viewport should be ignored. |