Back to FabImage Library website

You are here: Start » Function Reference » Region » Region Basics » TestRegionNotEmpty

TestRegionNotEmpty


Header: FIL.h
Namespace: fil
Module: FoundationLite

Tests whether the size of a region doesn't equal zero.

Syntax

C++
C#
 
void fil::TestRegionNotEmpty
(
	const fil::Region& inRegion,
	bool& outIsNotEmpty
)

Parameters

Name Type Default Description
Input value
inRegion const Region& Input region
Output value
outIsNotEmpty bool&