You are here: Start » FIL.NET » FIS.TrimLineToRectangle Method

FIS.TrimLineToRectangle Method

Creates a segment contained in a rectangle from a line.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TrimLineToRectangle
(
	FilNet.Line2D inLine,
	FilNet.Rectangle2D inRectangle,
	out FilNet.Segment2D? outSegment
)

Parameters

Name Type Range Default Description
inLineFilNet.Line2D
inRectangleFilNet.Rectangle2DRectangle defining a region the input line will be cropped to.
outSegmentFilNet.Segment2D?

See also