You are here: Start » AVL.NET » AVL.CropBordersFromRegion(AvlNet.Region, int, int, AvlNet.Region)
AVL.CropBordersFromRegion(AvlNet.Region, int, int, AvlNet.Region)
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
- inRegion
- Type: AvlNet.Region
Input region - inMarginX
- Type: System.Int32
Horizontal margin from the region border - inMarginY
- Type: System.Int32
Vertical margin from the region border - outRegion
- Type: AvlNet.Region
Output region
