Back to FabImage Library website

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

TestRegionEmpty


Header: FIL.h
Namespace: fil
Module: FoundationLite

Tests whether the size of a region equals zero.

Syntax

C++
C#
 
void fil::TestRegionEmpty
(
	const fil::Region& inRegion,
	bool& outIsEmpty
)

Parameters

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