You are here:
Start »
AVL.NET »
AVL.JoinImages_OfSeries Method
AVL.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(
ref AvlNet.JoinImages_OfSeriesState ioState,
AvlNet.Image inImage,
AvlNet.JoinDirection inDirection,
int inSeriesSize,
out AvlNet.Image outImage
)
Parameters
Errors
| Error type |
Description |
| DomainError |
Input images do not have the same pixel format in JoinImages_OfSeries. |
| DomainError |
Input images do not have compatible dimensions in JoinImages_OfSeries. |
See also