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

Invoke.CreateBoxRegion

Creates a rectangular region corresponding to a given box.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateBoxRegion
(
	Fil.Box inBox,
	int inFrameWidth,
	int inFrameHeight,
	Fil.Region outRegion
)

Parameters

Name Type Range Default Description
inBoxFil.BoxA box defining pixels that will be converted to white elements.
inFrameWidthint<0, 65535>Width of the created region's frame (not to be confused with the width of the box!).
inFrameHeightint<0, 65535>Height of the created region's frame (not to be confused with the height of the box!).
outRegionFil.RegionOutput region.

See also