You are here: Start » AVL.NET » Invoke.GetRegionFrame
Returns the width and height of the entire region's frame (not to be confused with RegionBoundingBox!).
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void GetRegionFrame ( Avl.Region inRegion, out int outFrameWidth, out int outFrameHeight )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | outFrameWidth | int | |||
![]() | outFrameHeight | int |


