Back to FabImage Library website

You are here: Start » Function Reference » Box » TestBoxNotEmpty

TestBoxNotEmpty


Header:FIL.h
Namespace:fil

Tests whether the box is not empty.

Syntax

C++
C#
 
void fil::TestBoxNotEmpty
(
	const fil::Box& inBox,
	bool& outIsNotEmpty
)

Parameters

Name Type Default Description
inBox const Box&
outIsNotEmpty bool&