You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inEllipse | Fil.Rectangle2D | |||
![]() | inEllipseAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Adjusts the ellipse to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inFrameWidth | int | <0, 65535> | Width of the created region's frame (not to be confused with the width of the ellipse!). | |
![]() | inFrameHeight | int | <0, 65535> | Height of the created region's frame (not to be confused with the height of the ellipse!). | |
![]() | outRegion | Fil.Region | Output region. | ||
![]() | outAlignedEllipse | Ftl.Optional<Fil.Rectangle2D> | The input ellipse transformed to the absolute coordinate system. |