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

Invoke.CreateCrossRegion

Creates a cross-shaped region with given parameters.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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