You are here: Start » FIL.NET » Function Reference » Image » Image Basics » 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 | |
---|---|---|---|---|---|
ioImage | FilNet.Image | ||||
![]() | inRoi | FilNet.Region | Range of pixels to be processed. | ||
![]() | inSourceImage | FilNet.Image |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Different image formats in CopyPixels. |
DomainError | Different image sizes in CopyPixels. |