Back to FabImage Library Lite website
You are here: Start » All Functions » Image Drawing » DrawImages
DrawImages
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
| Header: | FIL.h |
|---|---|
| Namespace: | fis |
Draws an array of images on an image.
Syntax
void fis::DrawImages ( fil::Image& ioImage, ftl::Conditional<const ftl::Array<ftl::Conditional<fil::Image>>&> inDrawnImages, ftl::Conditional<const ftl::Array<ftl::Conditional<fil::Location>>&> inLocations )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioImage | Image& | ||
![]() |
inDrawnImages | Conditional<const Array<Conditional<Image>>&> | Images to be pasted on ioImage | |
![]() |
inLocations | Conditional<const Array<Conditional<Location>>&> | Locations at which the image will be pasted |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Inconsistent input array sizes in in DrawImages. |


