You are here: Start » FIL.NET » FIL.CropSegment

FIL.CropSegment

Creates a segment contained in a box from another segment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void CropSegment
(
	FilNet.Segment2D inSegment,
	FilNet.Box inBox,
	out FilNet.Segment2D? outSegment
)

Parameters

Name Type Range Default Description
inSegmentFilNet.Segment2D
inBoxFilNet.Box
outSegmentFilNet.Segment2D?

Examples

CropSegment performed on the sample box and segment.

See also