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

FIS.RemoveBordersFromRegion Method

Removes from a region the pixels that lie very close to the region's frame.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RemoveBordersFromRegion
(
	FilNet.Region inRegion,
	int inMarginX,
	int inMarginY,
	FilNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region.
inMarginXint<0, INF>Horizontal margin from the region border.
inMarginYint<0, INF>Vertical margin from the region border.
outRegionFilNet.RegionOutput region.

See also