Back to FabImage Library website

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

TestRegionOnBorder


Header: FIL.h
Namespace: fil
Module: FoundationLite

Tests whether a region is adjacent to its border.

Syntax

C++
C#
 
void fil::TestRegionOnBorder
(
	const fil::Region& inRegion,
	bool& outIsOnBorder
)

Parameters

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

Description

Tests whether a region is adjacent to its border.

Examples

Filter output Region preview image
False
True