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

AVS.JoinImages_OfSeries Method

Creates a single image by glueing together a series of input images in horizontal or vertical direction.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void JoinImages_OfSeries
(
	AvlNet.JoinImages_OfSeriesState ioState,
	AvlNet.Image inImage,
	AvlNet.JoinDirection inDirection,
	int inSeriesSize,
	int inMargin,
	INullable<AvlNet.Image> outImage
)

Parameters

Name Type Range Default Description
ioStateAvlNet.JoinImages_OfSeriesState
inImageAvlNet.ImageInput image.
inDirectionAvlNet.JoinDirectionDirection in which images are joined.
inSeriesSizeint<1, INF>Number of images which are joined.
inMarginint<0, INF>0Thickness (in pixels) of black frame around joined images. Default value: 0.
outImageAvlNet.INullable<AvlNet.Image>Output image. This parameter cannot be null.

See also