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

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
inProfilesSystem.Collections.Generic.List<Avl.Profile>
outImageAvl.ImageOutput image.

See also