You are here: Start » AVL.NET » Invoke.TrimPathToRectangle
Creates a path contained in a rectangle from another path.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void TrimPathToRectangle ( Avl.Path inPath, Avl.Rectangle2D inRectangle, Avl.TrimPathMethod inTrimPathMethod, Avl.Path outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPath | Avl.Path | Input path. | ||
![]()  | inRectangle | Avl.Rectangle2D | |||
![]()  | inTrimPathMethod | Avl.TrimPathMethod | PointToPoint | Default value: PointToPoint. | |
![]()  | outPath | Avl.Path | Output path. | 


