You are here: Start » AVL.NET » Invoke.EllipseBoundingBox

Invoke.EllipseBoundingBox

Computes the smallest box containing an ellipse.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inEllipseAvl.Ellipse2D
outBoundingBoxAvl.Box

See also