Utility.BoundingRect (IList<Point>, out Point, out Point) Method

Returns the bounding rectangle of a collection of 2D points.
Public Shared Sub BoundingRect( _ 
ByVal pointList As IList(Of Point), _ 
ByRef min As Point, _ 
ByRef max As Point
)
This language is not supported or no code example is available.
public static void BoundingRect( 
IList<Point> pointList
out Point min
out Point max 
)
This language is not supported or no code example is available.

Parameters

pointList
IList<Point>

A collection of 2D points.

min
Point

The min 2D point

max
Point

The max 2D point

.NET Framework

Supported in: 4.8

In this article

Definition