You are here: Start » AVL.NET » Invoke.JoinProfilesIntoImage
Creates an image by joining an array of 1D profiles into consecutive image rows.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void JoinProfilesIntoImage ( List<Avl.Profile> inProfiles, Avl.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfiles | System.Collections.Generic.List<Avl.Profile> | |||
![]() | outImage | Avl.Image | Output image. |


