Back to FabImage Library website
You are here: Start » Function Reference » Region » Region Features » RegionBoundingBox_OrNil
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Computes the smallest box containing a region; returns NIL if the region is empty.
Syntax
C++
C#
void fil::RegionBoundingBox_OrNil ( const fil::Region& inRegion, ftl::Conditional<fil::Box>& outBoundingBox )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inRegion | const Region& | Input region | |
![]() |
outBoundingBox | Conditional<Box>& |