Back to FabImage Library Lite website
You are here: Start » 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.
Draws an array of images on an image.
Syntax
void fil::DrawImages ( fil::Image& ioImage, const ftl::Conditional<ftl::Array<ftl::Conditional<fil::Image> > >& inDrawnImages, const ftl::Conditional<ftl::Array<ftl::Conditional<fil::Location> > >& inLocations )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
ioImage | Image& | |||
![]() |
inDrawnImages | const Conditional<Array<Conditional<Image> > >& | Images to be pasted on ioImage | |
![]() |
inLocations | const Conditional<Array<Conditional<Location> > >& | Locations at which the image will be pasted |
Errors
Error type | Description |
---|---|
DomainError | Inconsistent input array sizes in in DrawImages. |