You are here: Start » AVL.NET » AVL.PointsBoundingRectangle(AvlNet.Point2D[], AvlNet.BoundingRectangleFeature, AvlNet.Rectangle2D)

AVL.PointsBoundingRectangle(AvlNet.Point2D[], AvlNet.BoundingRectangleFeature, AvlNet.Rectangle2D)

Computes the smallest rectangle containing an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PointsBoundingRectangle(
	AvlNet.Point2D[] inPoints,
	AvlNet.BoundingRectangleFeature inBoundingRectangleFeature,
	out AvlNet.Rectangle2D outBoundingRectangle
)

Parameters

inPoints
Type: AvlNet.Point2D
Input array of points
inBoundingRectangleFeature
Type: AvlNet.BoundingRectangleFeature
Determines what kind of bounding rectangle will be computed
outBoundingRectangle
Type: AvlNet.Rectangle2D
Smallest bounding rectangle of the input points

See also