Back to FabImage Library website

You are here: Start » Function Reference » Path Spatial Transforms » InflatePath

InflatePath


Header:FIL.h
Namespace:fil

Enlarges a shape by a given margin (points in the input path must be sorted clockwise)

Syntax

C++
C#
 
void fil::InflatePath
(
	const fil::Path& inPath,
	float inMargin,
	float inMaxPointDisplacement,
	ftl::Conditional<fil::Path>& outPath
)

Parameters

Name Type Range Default Description
inPath const Path& Input path
inMargin float
inMaxPointDisplacement float 0.0 - 1000.0f
outPath Conditional<Path>& Output path