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

Invoke.PointsBoundingCircle

Computes the smallest circle containing an array of points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PointsBoundingCircle
(
	List<Fil.Point2D> inPoints,
	out Fil.Circle2D outBoundingCircle
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point2D>
outBoundingCircleFil.Circle2D

See also