You are here: Start » AVL.NET » AVS.CropPathArrayToRectangle Method
AVS.CropPathArrayToRectangle Method
Creates an array of paths contained in a rectangle from another array of paths.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CropPathArrayToRectangle ( IList<AvlNet.Path> inPaths, AvlNet.Rectangle2D inRectangle, AvlNet.CropPathMethod inCropPathMethod, IList<AvlNet.Path> outPaths )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.IList<AvlNet.Path> | |||
![]() | inRectangle | AvlNet.Rectangle2D | |||
![]() | inCropPathMethod | AvlNet.CropPathMethod | PointToPoint | Default value: PointToPoint. | |
![]() | outPaths | System.Collections.Generic.IList<AvlNet.Path> |


