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