Back to Adaptive Vision Library website

You are here: Start » Function Reference » 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: AVL.h
Namespace: avs
Module: FoundationLite

Draws an array of images on an image.

Syntax

void avs::DrawImages
(
	avl::Image& ioImage,
	atl::Conditional<const atl::Array<atl::Conditional<avl::Image>>&> inDrawnImages,
	atl::Conditional<const atl::Array<atl::Conditional<avl::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.