Back to FabImage Library website
You are here: Start » Function Reference » Region » Region Basics » 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 )


