You are here: Start » FIL.NET » FIS.CreateCircleRegion Method
FIS.CreateCircleRegion Method
Creates a circular region corresponding to a given circle.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreateCircleRegion ( FilNet.Circle2D inCircle, int inFrameWidth, int inFrameHeight, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle | FilNet.Circle2D | |||
![]() | 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 | FilNet.Region | Output region. |
Function Overrides
- CreateCircleRegion(Circle2D, Nullable<CoordinateSystem2D>, Int32, Int32, Region)
- CreateCircleRegion(Circle2D, Nullable<CoordinateSystem2D>, Int32, Int32, Region, Circle2D)
- CreateCircleRegion(Circle2D, Nullable<CoordinateSystem2D>, Int32, Int32, Region, NullableValue<Circle2D>)