You are here: Start » AVL.NET » AVS.CreateBoxRegion Method

AVS.CreateBoxRegion Method

Creates a rectangular region corresponding to a given box.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateBoxRegion
(
	AvlNet.Box inBox,
	int inFrameWidth,
	int inFrameHeight,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inBoxAvlNet.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!).
outRegionAvlNet.RegionOutput region.

See also