You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.List<Avl.Path> | |||
![]() | inRectangle | Avl.Rectangle2D | |||
![]() | inTrimPathMethod | Avl.TrimPathMethod | PointToPoint | Default value: PointToPoint. | |
![]() | outPaths | System.Collections.Generic.List<Avl.Path> |