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

FIL.Ellipse2DToShapeRegion

Converts an ellipse to region of interest.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inEllipseFilNet.Ellipse2D
outShapeRegionFilNet.ShapeRegion

See also