Back to FabImage Library website

You are here: Start » Function Reference » ShapeRegion » Shape Region Basics » ShapeRegionToRegion

ShapeRegionToRegion


Header: FIL.h
Namespace: fil
Module: FoundationBasic

Converts a shape region to a region with an automatically computed frame.

Syntax

C++
C#
 
void fil::ShapeRegionToRegion
(
	const fil::ShapeRegion& inShapeRegion,
	fil::Region& outRegion
)

Parameters

Name Type Default Description
Input value
inShapeRegion const ShapeRegion&
Output value
outRegion Region& Output region

Errors

List of possible exceptions:

Error type Description
DomainError Invalid ShapeRegion in ShapeRegionToRegion.