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

Invoke.RegionBoundingEllipse

Computes the smallest ellipse enclosing a region.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RegionBoundingEllipse
(
	Fil.Region inRegion,
	out Fil.Ellipse2D outBoundingEllipse
)

Parameters

Name Type Range Default Description
inRegionFil.RegionInput region.
outBoundingEllipseFil.Ellipse2D

See also