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

Invoke.CreateCrossRegion

Creates a cross-shaped region with given parameters.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inCrossBoundingBoxFil.Box
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