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

Invoke.RemoveBordersFromRegion

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also