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

FIS.CreateEllipseRegion Method

Creates an elliptic region of given bounding rectangle.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateEllipseRegion
(
	FilNet.Rectangle2D inEllipse,
	FilNet.CoordinateSystem2D? inEllipseAlignment,
	int inFrameWidth,
	int inFrameHeight,
	FilNet.Region outRegion,
	out FilNet.Rectangle2D outAlignedEllipse
)

Parameters

Name Type Range Default Description
inEllipseFilNet.Rectangle2D
inEllipseAlignmentFilNet.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!).
outRegionFilNet.RegionOutput region.
outAlignedEllipseFilNet.Rectangle2DThe input ellipse transformed to the absolute coordinate system.

Function Overrides

See also