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