You are here: Start » AVL.NET » AVS.RegionBoundingEllipse Method

AVS.RegionBoundingEllipse Method

Computes the smallest ellipse enclosing a region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionBoundingEllipse
(
	AvlNet.Region inRegion,
	out AvlNet.Ellipse2D outBoundingEllipse
)

Parameters

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

See also