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

Computes the bounding box of the given array of points.
Public Shared Sub ComputeBoundingRect( _ 
ByVal points As IList(Of Point2D), _ 
ByRef boxMin As Point2D, _ 
ByRef boxMax As Point2D
)
This language is not supported or no code example is available.
public static void ComputeBoundingRect( 
IList<Point2D> points
out Point2D boxMin
out Point2D boxMax 
)
This language is not supported or no code example is available.

Parameters

points
IList<Point2D>

The set of points

boxMin
Point2D

The minimum point of the bounding box

boxMax
Point2D

The maximum point of the bounding box

.NET Framework

Supported in: 4.8

In this article

Definition