You are here: Start » FIL.NET » Invoke.ComposeImages

Invoke.ComposeImages

Takes pixels from the first image within the specified region and from the other one elsewhere.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ComposeImages
(
	Fil.Image inImage1,
	Fil.Image inImage2,
	Fil.Region inRegion,
	Optional<Fil.Region> inRoi,
	Fil.Image outImage
)

Parameters

Name Type Range Default Description
inImage1Fil.ImageFirst source of pixels marked in inRegion.
inImage2Fil.ImageBackground image.
inRegionFil.RegionRegion which describes which pixels should be taken from inImage1.
inRoiFtl.Optional<Fil.Region>Region in which pixels should be processed otherwise black pixels are placed. Default value: ftl::NIL.
outImageFil.ImageImage composed of tho input images.

See also