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 | |
|---|---|---|---|---|---|
![]() | inRegion | AvlNet.Region | Input region. | ||
![]() | inMarginX | int | <0, INF> | Horizontal margin from the region border. | |
![]() | inMarginY | int | <0, INF> | Vertical margin from the region border. | |
![]() | outRegion | AvlNet.Region | Output region. |


