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

Invoke.RemoveBordersFromRegion

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RemoveBordersFromRegion
(
	Fil.Region inRegion,
	int inMarginX,
	int inMarginY,
	Fil.Region outRegion
)

Parameters

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

See also