You are here: Start » FIL.NET » FIS.ErodeBox Method

FIS.ErodeBox Method

Performs a morphological erosion on a box using box kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ErodeBox
(
	FilNet.Box inBox,
	int inRadiusX,
	out FilNet.Box outBox
)

Parameters

Name Type Range Default Description
inBoxFilNet.BoxInput box.
inRadiusXint<0, INF>1Horizontal radius of the box kernel. Default value: 1.
outBoxFilNet.BoxEroded box.

Function Overrides

See also