You are here: Start » FIL.NET » Invoke.ErodeBox

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
inBoxFil.BoxInput box.
inRadiusXint<0, INF>1Horizontal radius of the box kernel. Default value: 1.
inRadiusYFtl.Optional<int><0, INF>Vertical radius of the box kernel. Default value: ftl::NIL.
outBoxFil.BoxEroded box.

See also