You are here: Start » AVL.NET » Invoke.TrimPathArrayToRectangle

Invoke.TrimPathArrayToRectangle

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TrimPathArrayToRectangle
(
	List<Avl.Path> inPaths,
	Avl.Rectangle2D inRectangle,
	Avl.TrimPathMethod inTrimPathMethod,
	List<Avl.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.List<Avl.Path>
inRectangleAvl.Rectangle2D
inTrimPathMethodAvl.TrimPathMethodPointToPointDefault value: PointToPoint.
outPathsSystem.Collections.Generic.List<Avl.Path>

See also