Loading [MathJax]/extensions/tex2jax.js

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

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

See also