You are here: Start » FIL.NET » Invoke.TrimLine

Invoke.TrimLine

Creates a segment contained in a box from a line.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TrimLine
(
	Fil.Line2D inLine,
	Fil.Box inBox,
	Conditional<Fil.Segment2D> outSegment
)

Parameters

Name Type Range Default Description
inLineFil.Line2D
inBoxFil.BoxBox defining a region the input line will be cropped to.
outSegmentFtl.Conditional<Fil.Segment2D>

See also