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