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