Back to Adaptive Vision Library Lite website
You are here: Start » Region Basics » GetRegionFrame
GetRegionFrame
Returns the width and height of the entire region's frame (not to be confused with RegionBoundingBox!)
Syntax
void avl::GetRegionFrame ( const avl::Region& inRegion, int& outFrameWidth, int& outFrameHeight )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | const Region& | Input region | |
![]() |
outFrameWidth | int& | ||
![]() |
outFrameHeight | int& |


