Back to FabImage Library website

You are here: Start » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » TrimPathArray

TrimPathArray


Header: FIL.h
Namespace: fil
Module: FoundationLite

Creates an array of paths contained in a box from another array of paths.

Syntax

C++
C#
 
void fil::TrimPathArray
(
	const ftl::Array<fil::Path>& inPaths,
	const fil::Box& inBox,
	fil::TrimPathMethod::Type inTrimPathMethod,
	ftl::Array<fil::Path>& outPaths
)

Parameters

Name Type Default Description
Input value inPaths const Array<Path>&
Input value inBox const Box&
Input value inTrimPathMethod TrimPathMethod::Type PointToPoint
Output value outPaths Array<Path>&