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

AVS.JoinProfilesIntoImage Method

Creates an image by joining an array of 1D profiles into consecutive image rows.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void JoinProfilesIntoImage
(
	IList<AvlNet.Profile> inProfiles,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inProfilesSystem.Collections.Generic.IList<AvlNet.Profile>
outImageAvlNet.ImageOutput image.

See also