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 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inEllipse | FilNet.Rectangle2D | |||
![]() | inEllipseAlignment | FilNet.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 | FilNet.Region | Output region. |
Function Overrides
- CreateEllipseRegion(Rectangle2D, Int32, Int32, Region)
- CreateEllipseRegion(Rectangle2D, Nullable<CoordinateSystem2D>, Int32, Int32, Region, Rectangle2D)
- CreateEllipseRegion(Rectangle2D, Nullable<CoordinateSystem2D>, Int32, Int32, Region, NullableValue<Rectangle2D>)