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