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

AVS.CreateShapeRegionRegion Method

Creates a region corresponding to the given shape region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CreateShapeRegionRegion
(
	AvlNet.ShapeRegion inShapeRegion,
	int inFrameWidth,
	int inFrameHeight,
	AvlNet.Region outRegion
)

Parameters

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

Function Overrides

See also