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

Invoke.CreateBoxBorderRegion

Creates a frame-shaped region with given parameters.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateBoxBorderRegion
(
	Fil.Box inBox,
	int inBorderWidth,
	Fil.BorderPosition inBorderPosition,
	int inFrameWidth,
	int inFrameHeight,
	Fil.Region outRegion
)

Parameters

Name Type Range Default Description
inBoxFil.Box
inBorderWidthint<0, INF>1Default value: 1.
inBorderPositionFil.BorderPositionCenteredDefault value: Centered.
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionFil.RegionOutput region.

See also