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

AVS.SparseImageToRegion Method

Converts a sparse region to a region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SparseImageToRegion
(
	AvlNet.SparseImage inSparseImage,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inSparseImageAvlNet.SparseImage
outRegionAvlNet.RegionOutput region.

See also