You are here: Start » FIL.NET » Invoke.RegionBoundingEllipse_OrNil

Invoke.RegionBoundingEllipse_OrNil

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RegionBoundingEllipse_OrNil
(
	Fil.Region inRegion,
	Conditional<Fil.Ellipse2D> outBoundingEllipse
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
outBoundingEllipseFtl.Conditional<Fil.Ellipse2D>

See also