You are here: Start » AVL.NET » Function Reference » Region » Region Features » AVL.RegionBoundingEllipse_OrNil

AVL.RegionBoundingEllipse_OrNil

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RegionBoundingEllipse_OrNil
(
	AvlNet.Region inRegion,
	out AvlNet.Ellipse2D? outBoundingEllipse
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
outBoundingEllipseAvlNet.Ellipse2D?

See also