PolygonUtils.GetBoundingBox method

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps
Assembly Skybrud.Essentials.Maps.dll

GetBoundingBox(IEnumerable<T>)

Static

Returns an instance of IRectangle representing the bounding box of the polygon with the specified points.

public static IRectangle GetBoundingBox(IEnumerable<T> points)

Parameters

points IEnumerable<T>

The points.

Returns

An instance of IRectangle.