You are here: Start » AVL.NET » Invoke.RegionOuterBoundaries
Returns the top, right, bottom and left boundaries of the input region.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RegionOuterBoundaries ( Avl.Region inRegion, List<Avl.Location> outTopBoundary, List<Avl.Location> outRightBoundary, List<Avl.Location> outBottomBoundary, List<Avl.Location> outLeftBoundary )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | outTopBoundary | System.Collections.Generic.List<Avl.Location> | |||
![]() | outRightBoundary | System.Collections.Generic.List<Avl.Location> | |||
![]() | outBottomBoundary | System.Collections.Generic.List<Avl.Location> | |||
![]() | outLeftBoundary | System.Collections.Generic.List<Avl.Location> |


