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

Invoke.JoinProfilesIntoImage

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void JoinProfilesIntoImage
(
	List<Fil.Profile> inProfiles,
	Fil.Image outImage
)

Parameters

Name Type Range Default Description
inProfilesSystem.Collections.Generic.List<Fil.Profile>
outImageFil.ImageOutput image.

See also