Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Image Drawing » 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 |
Module: | FoundationLite |
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. |