Back to FabImage Library website

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

CropPathArrayToRectangle


Header:FIL.h
Namespace:fil

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

Syntax

C++
C#
 
void fil::CropPathArrayToRectangle
(
	const ftl::Array<fil::Path>& inPaths,
	const fil::Rectangle2D& inRectangle,
	fil::CropPathMethod::Type inCropPathMethod,
	ftl::Array<fil::Path>& outPaths
)

Parameters

Name Type Default Description
inPaths const Array<Path>&
inRectangle const Rectangle2D&
inCropPathMethod CropPathMethod::Type PointToPoint
outPaths Array<Path>&