You are here: Start » FIL.NET » Function Reference » Region » Region Spatial Transforms » FIL.CropRegion

FIL.CropRegion

Creates a region from a rectangular fragment of another one.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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.

Examples

CropRegion performed on the sample region with inSelection = Box(0,0,200,200).

See also