You are here: Start » FIL.NET » FIS.CreatePolygonRegion Method
FIS.CreatePolygonRegion Method
Creates a polygonal region corresponding to a given closed path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CreatePolygonRegion ( FilNet.Path inPolygon, int inFrameWidth, int inFrameHeight, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPolygon | FilNet.Path | |||
![]() | inFrameWidth | int | <0, 65535> | Width of the created region's frame. | |
![]() | inFrameHeight | int | <0, 65535> | Height of the created region's frame. | |
![]() | outRegion | FilNet.Region | Output region. |
Function Overrides
- CreatePolygonRegion(Path, Nullable<CoordinateSystem2D>, Int32, Int32, Region)
- CreatePolygonRegion(Path, Nullable<CoordinateSystem2D>, Int32, Int32, Region, Path)
- CreatePolygonRegion(Path, Nullable<CoordinateSystem2D>, Int32, Int32, Region, NullableRef<Path>)