You are here: Start » FIL.NET » Invoke.CreateCircleRegion
Creates a circular region corresponding to a given circle.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateCircleRegion ( Fil.Circle2D inCircle, Optional<Fil.CoordinateSystem2D> inCircleAlignment, int inFrameWidth, int inFrameHeight, Fil.Region outRegion, Optional<Fil.Circle2D> outAlignedCircle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle | Fil.Circle2D | |||
![]() | inCircleAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Adjusts the circle 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 size of the circle!). | |
![]() | inFrameHeight | int | <0, 65535> | Height of the created region's frame (not to be confused with the size of the circle!). | |
![]() | outRegion | Fil.Region | Output region. | ||
![]() | outAlignedCircle | Ftl.Optional<Fil.Circle2D> | The input circle transformed to the absolute coordinate system. |