You are here: Start » AVL.NET » AVL.DrawImages

AVL.DrawImages

Draws an array of images on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void DrawImages
(
	ref AvlNet.Image ioImage,
	AvlNet.Image[] inDrawnImages,
	AvlNet.Location?[] inLocations
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inDrawnImagesAvlNet.Image[]Images to be pasted on ioImage, or null.
inLocationsAvlNet.Location?[]Locations at which the image will be pasted, or null.

This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Errors

Error type Description
DomainError Inconsistent input array sizes in in DrawImages.

See also