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

Invoke.RegionBoundingEllipse_OrNil

Computes the smallest ellipse enclosing a region; returns NIL if the region is empty.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionBoundingEllipse_OrNil
(
	Avl.Region inRegion,
	Conditional<Avl.Ellipse2D> outBoundingEllipse
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
outBoundingEllipseAtl.Conditional<Avl.Ellipse2D>

See also