Back to FabImage Library website

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

SkipEmptyBox


Header:FIL.h
Namespace:fil

If the input box has both dimensions different from zero, then it is copied to the output; otherwise Nil is returned.

Syntax

C++
C#
 
void fil::SkipEmptyBox
(
	const fil::Box& inBox,
	ftl::Conditional<fil::Box>& outNotEmptyBox,
	bool& outIsNotEmpty
)

Parameters

Name Type Default Description
inBox const Box&
outNotEmptyBox Conditional<Box>&
outIsNotEmpty bool&