You are here: Start » FIL.NET » FIS.WKT_LoadPolygon_AsRegion Method
FIS.WKT_LoadPolygon_AsRegion Method
Loads polygon from WKT text format as region.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void WKT_LoadPolygon_AsRegion ( string inText, int inFrameWidth, int inFrameHeight, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inText | string | |||
![]() | inFrameWidth | int | <0, 65535> | ||
![]() | inFrameHeight | int | <0, 65535> | ||
![]() | outRegion | FilNet.Region | Output region. |