[Missing <summary> documentation for "M:Delaunay.SiteList.Regions(Delaunay.Geo.Rect)"]
Namespace:
Delaunay
Assembly:
Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<List<Vec2D>> Regions(
Rect plotBounds
)
Public Function Regions (
plotBounds As Rect
) As List(Of List(Of Vec2D))
public:
List<List<Vec2D^>^>^ Regions(
Rect^ plotBounds
)
member Regions :
plotBounds : Rect -> List<List<Vec2D>>
Parameters
- plotBounds
- Type: Delaunay.GeoRect
[Missing <param name="plotBounds"/> documentation for "M:Delaunay.SiteList.Regions(Delaunay.Geo.Rect)"]
Return Value
Type:
ListListVec2D[Missing <returns> documentation for "M:Delaunay.SiteList.Regions(Delaunay.Geo.Rect)"]
See Also