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


