You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point2D> | |||
![]() | outBoundingBox | Fil.Box |