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

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

Parameters

pointList
IList<Point2D>

A collection of 2D points.

min
Point2D

The min 2D point

max
Point2D

The max 2D point

.NET Framework

Supported in: 4.8

In this article

Definition