You are here: Start » FIL.NET » FIS.CopyPixels Method
FIS.CopyPixels Method
Copies pixels from one image to another.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
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 |

