You are here: Start » AVL.NET » Function Reference » Region » Region Global Transforms » AVL.RemoveBordersFromRegion

AVL.RemoveBordersFromRegion

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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