You are here: Start » AVL.NET » Function Reference » Conversions » AVL.SparseImageToRegion
Converts a sparse region to a region.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void SparseImageToRegion ( AvlNet.SparseImage inSparseImage, AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSparseImage | AvlNet.SparseImage | |||
![]() | outRegion | AvlNet.Region | Output region. |


