You are here: Start » FIL.NET » FIS.RegionBoundingEllipse_OrNil Method

FIS.RegionBoundingEllipse_OrNil Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RegionBoundingEllipse_OrNil
(
	FilNet.Region inRegion,
	out FilNet.Ellipse2D? outBoundingEllipse
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
outBoundingEllipseFilNet.Ellipse2D?

See also