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


