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

Invoke.EllipseThroughFourPoints

Computes an ellipse passing through four noncollinear points.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void EllipseThroughFourPoints
(
	Fil.Point2D inPoint1,
	Fil.Point2D inPoint2,
	Fil.Point2D inPoint3,
	Fil.Point2D inPoint4,
	Conditional<Fil.Ellipse2D> outEllipse
)

Parameters

Name Type Range Default Description
inPoint1Fil.Point2D
inPoint2Fil.Point2D
inPoint3Fil.Point2D
inPoint4Fil.Point2D
outEllipseFtl.Conditional<Fil.Ellipse2D>Ellipse passing through the specified points; or Nil if the points don't define a proper ellipse.

See also