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

AVL.DrawImages Method

Draws an array of images on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawImages(
	ref AvlNet.Image ioImage,
	AvlNet.Image[] inDrawnImages,
	System.Nullable<AvlNet.Location>[] inLocations
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inDrawnImagesAvlNet.ImageImages 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