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


