Back to FabImage Library website

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

PathToShapeRegion


Header: FIL.h
Namespace: fil
Module: FoundationBasic

Converts a closed path to a shape region.

Syntax

C++
C#
 
void fil::PathToShapeRegion
(
	const fil::Path& inPath,
	fil::ShapeRegion& outShapeRegion
)

Parameters

Name Type Default Description
Input value inPath const Path& Input path
Output value outShapeRegion ShapeRegion&