You are here: Start » AVL.NET » AVL.CropBordersFromRegion Method

AVL.CropBordersFromRegion Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CropBordersFromRegion(
	AvlNet.Region inRegion,
	int inMarginX,
	int inMarginY,
	out 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