You are here: Start » AVL.NET » Function Reference » Conversions » AVL.Ellipse2DToShapeRegion

AVL.Ellipse2DToShapeRegion

Converts an ellipse to region of interest.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Ellipse2DToShapeRegion
(
	AvlNet.Ellipse2D inEllipse,
	AvlNet.ShapeRegion outShapeRegion
)

Parameters

Name Type Range Default Description
inEllipseAvlNet.Ellipse2D
outShapeRegionAvlNet.ShapeRegion

See also