You are here:
Start »
AVL.NET »
AVL.JoinImages_OfSeries(AvlNet.JoinImages_OfSeriesState, AvlNet.Image, AvlNet.JoinDirection, int, AvlNet.Image)
AVL.JoinImages_OfSeries(AvlNet.JoinImages_OfSeriesState, AvlNet.Image, AvlNet.JoinDirection, int, AvlNet.Image)
| 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
- ioState
- Type: AvlNet.JoinImages_OfSeriesState
- inImage
- Type: AvlNet.Image
- inDirection
- Type: AvlNet.JoinDirection
- inSeriesSize
- Type: System.Int32
- outImage
- Type: AvlNet.Image
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