Back to FabImage Library website

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

GetRegionFrame


Header: FIL.h
Namespace: fil
Module: FoundationLite

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

Syntax

C++
C#
 
void fil::GetRegionFrame
(
	const fil::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&