Back to FabImage Library website

You are here: Start » Function Reference » All Functions » 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
Module: FoundationLite

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
Input value
inPoints const Array<Point2D>& Input points of the path
Input value
inClosed bool Input whether the path is closed
Output value
outPath Path& Output path