You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inRegion | Avl.Region | Input region. | ||
![]()  | inMarginX | int | <0, INF> | Horizontal margin from the region border. | |
![]()  | inMarginY | int | <0, INF> | Vertical margin from the region border. | |
![]()  | outRegion | Avl.Region | Output region. | 


