Back to FabImage Library Lite website

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

GetRegionFrame


Header: FIL.h
Namespace: fil

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

Syntax

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&