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

Invoke.PointsBoundingEllipse

Computes the smallest ellipse containing an array of points if such ellipse exists.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PointsBoundingEllipse
(
	List<Fil.Point2D> inPoints,
	out Fil.Ellipse2D outBoundingEllipse,
	List<Fil.Point2D> outBoundaryPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point2D>
outBoundingEllipseFil.Ellipse2D
outBoundaryPointsSystem.Collections.Generic.List<Fil.Point2D>

See also