You are here: Start » FIL.NET » Invoke.CreateRingRegion
Creates a ring-shaped region with given parameters.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateRingRegion ( Fil.Circle2D inCircle, Optional<Fil.CoordinateSystem2D> inCircleAlignment, float inRingWidth, Fil.BorderPosition inBorderPosition, int inFrameWidth, int inFrameHeight, Fil.Region outRegion, Optional<Fil.Circle2D> outAlignedCircle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle | Fil.Circle2D | Input circle. | ||
![]() | inCircleAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Adjusts the circle to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inRingWidth | float | <0.0f, INF> | 1.0f | Default value: 1.0f. |
![]() | inBorderPosition | Fil.BorderPosition | Centered | Default value: Centered. | |
![]() | inFrameWidth | int | <0, 65535> | Width of the created region's frame. | |
![]() | inFrameHeight | int | <0, 65535> | Height of the created region's frame. | |
![]() | outRegion | Fil.Region | Output region. | ||
![]() | outAlignedCircle | Ftl.Optional<Fil.Circle2D> | The input circle transformed to the absolute coordinate system. |