You are here: Start » FIL.NET » Invoke.PointsBoundingBox

Invoke.PointsBoundingBox

Computes the smallest box containing an array of points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PointsBoundingBox
(
	List<Fil.Point2D> inPoints,
	out Fil.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point2D>
outBoundingBoxFil.Box

See also