You are here: Start » FIL.NET » Function Reference » Image » Image Basics » FIL.CopyPixels

FIL.CopyPixels

Copies pixels from one image to another.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
ioImageFilNet.Image
inRoiFilNet.RegionRange of pixels to be processed.
inSourceImageFilNet.Image

Errors

List of possible exceptions:

Error type Description
DomainError Different image formats in CopyPixels.
DomainError Different image sizes in CopyPixels.

See also