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