Back to FabImage Library website

You are here: Start » Function Reference » Path Basics » FisFilter_MakePath

FisFilter_MakePath


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header:FIL.h
Namespace:fis

Creates a path structure.

Syntax

void fis::FisFilter_MakePath
(
	const ftl::Array<fil::Point2D>& inPoints,
	bool inClosed,
	fil::Path& outPath
)

Parameters

Name Type Default Description
inPoints const Array<Point2D>& Input points of the path
inClosed bool Input whether the path is closed
outPath Path& Output path