Back to FabImage Library Lite website

You are here: Start » Path » Path Features » PathBoundingBox_OrNil

PathBoundingBox_OrNil


Header: FIL.h
Namespace: fil

Computes the smallest box containing a path; returns NIL if the path is empty.

Syntax

void fil::PathBoundingBox_OrNil
(
	const fil::Path& inPath,
	ftl::Conditional<fil::Box>& outBoundingBox
)

Parameters

Name Type Default Description
Input value
inPath const Path& Input path
Output value
outBoundingBox Conditional<Box>&