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

AVS.CreateCrossRegion Method

Creates a cross-shaped region with given parameters.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateCrossRegion
(
	AvlNet.Box inCrossBoundingBox,
	int inFrameWidth,
	int inFrameHeight,
	AvlNet.Region outRegion
)

Parameters

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