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

Invoke.CreateEllipseRegion

Creates an elliptic region of given bounding rectangle.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateEllipseRegion
(
	Fil.Rectangle2D inEllipse,
	Optional<Fil.CoordinateSystem2D> inEllipseAlignment,
	int inFrameWidth,
	int inFrameHeight,
	Fil.Region outRegion,
	Optional<Fil.Rectangle2D> outAlignedEllipse
)

Parameters

Name Type Range Default Description
inEllipseFil.Rectangle2D
inEllipseAlignmentFtl.Optional<Fil.CoordinateSystem2D>Adjusts the ellipse to the position of the inspected object. Default value: ftl::NIL.
inFrameWidthint<0, 65535>Width of the created region's frame (not to be confused with the width of the ellipse!).
inFrameHeightint<0, 65535>Height of the created region's frame (not to be confused with the height of the ellipse!).
outRegionFil.RegionOutput region.
outAlignedEllipseFtl.Optional<Fil.Rectangle2D>The input ellipse transformed to the absolute coordinate system.

See also