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

FIS.CropRegion Method

Creates a region from a rectangular fragment of another one.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CropRegion
(
	FilNet.Region inRegion,
	FilNet.Box inSelection,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inSelectionFilNet.BoxBox defining the range of cropping.
outRegionFilNet.RegionOutput region.

See also