You are here: Start » FIL.NET » Invoke.TrimLineToRectangle
Creates a segment contained in a rectangle from a line.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TrimLineToRectangle ( Fil.Line2D inLine, Fil.Rectangle2D inRectangle, Conditional<Fil.Segment2D> outSegment )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inLine | Fil.Line2D | |||
![]() | inRectangle | Fil.Rectangle2D | Rectangle defining a region the input line will be cropped to. | ||
![]() | outSegment | Ftl.Conditional<Fil.Segment2D> |


