You are here: Start » FIL.NET » FIL.CropBordersFromRegion
Removes from a region the pixels that lie very close to the region's borders.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void CropBordersFromRegion ( FilNet.Region inRegion, int inMarginX, int inMarginY, FilNet.Region outRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegion | FilNet.Region | Input region. | ||
![]() | inMarginX | int | <0, INF> | Horizontal margin from the region border. | |
![]() | inMarginY | int | <0, INF> | Vertical margin from the region border. | |
![]() | outRegion | FilNet.Region | Output region. |