You are here: Start » FIL.NET » Invoke.ErodeBox
Performs a morphological erosion on a box using box kernel.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ErodeBox ( Fil.Box inBox, int inRadiusX, Optional<int> inRadiusY, out Fil.Box outBox )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inBox | Fil.Box | Input box. | ||
![]() | inRadiusX | int | <0, INF> | 1 | Horizontal radius of the box kernel. Default value: 1. |
![]() | inRadiusY | Ftl.Optional<int> | <0, INF> | Vertical radius of the box kernel. Default value: ftl::NIL. | |
![]() | outBox | Fil.Box | Eroded box. |


