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

Invoke.CopyPixels

Copies pixels from one image to another.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CopyPixels
(
	Fil.Image ioImage,
	Fil.Region inRoi,
	Fil.Image inSourceImage
)

Parameters

Name Type Range Default Description
ioImageFil.Image
inRoiFil.RegionRange of pixels to be processed.
inSourceImageFil.Image

See also