You are here: Start » AVL.NET » Invoke.EmptyRegion

Invoke.EmptyRegion

Creates an empty region with a given frame.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void EmptyRegion
(
	int inFrameWidth,
	int inFrameHeight,
	Avl.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.
outRegionAvl.RegionOutput region.

See also