You are here: Start » AVL.NET » AVL.ComposeImages(AvlNet.Image, AvlNet.Image, AvlNet.Region, AvlNet.Image)
AVL.ComposeImages(AvlNet.Image, AvlNet.Image, AvlNet.Region, AvlNet.Image)
Takes pixels from the first image within the specified region and from the other one elsewhere.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ComposeImages( AvlNet.Image inImage1, AvlNet.Image inImage2, AvlNet.Region inRegion, out AvlNet.Image outImage )
Parameters
- inImage1
- Type: AvlNet.Image
First source of pixels marked in inRegion - inImage2
- Type: AvlNet.Image
Background image - inRegion
- Type: AvlNet.Region
Region which describes which pixels should be taken from inImage1 - outImage
- Type: AvlNet.Image
Image composed of tho input images
