You are here: Start » AVL.NET » AVS.RemoveBordersFromRegion Method

AVS.RemoveBordersFromRegion Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also