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,
	NullableRef<FilNet.Region> inRoi,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImage1FilNet.ImageFirst source of pixels marked in inRegion.
inImage2FilNet.ImageBackground image.
inRegionFilNet.RegionRegion which describes which pixels should be taken from inImage1.
inRoiFilNet.NullableRef<FilNet.Region>Region in which pixels should be processed otherwise black pixels are placed. Default value: ftl::NIL.
outImageFilNet.ImageImage composed of tho input images.

Function Overrides

See also