public Polygon GetVoronoiRegion( Polygon clipPolygon )
Public Function GetVoronoiRegion( _ Optional ByVal clipPolygon As Polygon _ ) As Polygon
Parameters
- clipPolygon
- A polygon to clip the Voronoi region. This can be null. If null, a default rectangle (larger than the full extent of the TIN) will be used to clip the Voronoi region.