You are here: Start » FIL.NET » FIS.PointsBoundingBox Method

FIS.PointsBoundingBox Method

Computes the smallest box containing an array of points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PointsBoundingBox
(
	IList<FilNet.Point2D> inPoints,
	out FilNet.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
outBoundingBoxFilNet.Box

See also