Back to Aurora Vision Library website

You are here: Start » Function Reference » Region » Region Basics » GetRegionFrame

GetRegionFrame


Header: AVL.h
Namespace: avl
Module: FoundationLite

Returns the width and height of the entire region's frame (not to be confused with RegionBoundingBox!).

Syntax

C++
C#
 
void avl::GetRegionFrame
(
	const avl::Region& inRegion,
	int& outFrameWidth,
	int& outFrameHeight
)

Parameters

Name Type Default Description
Input value inRegion const Region& Input region
Output value outFrameWidth int&
Output value outFrameHeight int&