You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.EllipseBoundingBox

FIL.EllipseBoundingBox

Computes the smallest box containing an ellipse.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void EllipseBoundingBox
(
	FilNet.Ellipse2D inEllipse,
	out FilNet.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inEllipseFilNet.Ellipse2D
outBoundingBoxFilNet.Box

See also