Utility.ComputeBoundingRect (Double(,), out Point2D, out Point2D) Method

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

Parameters

points
double[,]

The set of 2D points coordinates

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