Back to FabImage Library website
You are here: Start » Function Reference » Image » Image Basics » CopyPixels
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Copies pixels from one image to another.
Syntax
C++
C#
void fil::CopyPixels ( fil::Image& ioImage, const fil::Region& inRoi, const fil::Image& inSourceImage )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioImage | Image& | ||
![]() |
inRoi | const Region& | Range of pixels to be processed | |
![]() |
inSourceImage | const Image& |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Different image formats in CopyPixels. |
DomainError | Different image sizes in CopyPixels. |