Back to FabImage Library website

You are here: Start » Function Reference » Region » Region Global Transforms » RegionConvexHull_AsPath

RegionConvexHull_AsPath


Header: FIL.h
Namespace: fil
Module: FoundationBasic

Computes the smallest convex polygon containing the input region.

Syntax

C++
C#
 
void fil::RegionConvexHull_AsPath
(
	const fil::Region& inRegion,
	fil::Path& outConvexHull
)

Parameters

Name Type Default Description
Input value inRegion const Region& Input region
Output value outConvexHull Path&