You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.TrimSegmentToRectangle

FIL.TrimSegmentToRectangle

Creates a segment contained in a rectangle from another segment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void TrimSegmentToRectangle
(
	FilNet.Segment2D inSegment,
	FilNet.Rectangle2D inRectangle,
	out FilNet.Segment2D? outSegment
)

Parameters

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

See also