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

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
inLineFil.Line2D
inRectangleFil.Rectangle2DRectangle defining a region the input line will be cropped to.
outSegmentFtl.Conditional<Fil.Segment2D>

See also