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

AVS.EmptyRegion Method

Creates an empty region with a given frame.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void EmptyRegion
(
	int inFrameWidth,
	int inFrameHeight,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionAvlNet.RegionOutput region.

See also