Back to FabImage Library website

You are here: Start » Function Reference » Region » Region Relations » TestRegionIntersectsWith

TestRegionIntersectsWith


Header: FIL.h
Namespace: fil
Module: FoundationBasic

Tests whether two regions have non-empty intersection.

Syntax

C++
C#
 
void fil::TestRegionIntersectsWith
(
	const fil::Region& inRegion,
	const fil::Region& inReferenceRegion,
	bool& outRegionsIntersect
)

Parameters

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