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

AVS.DrawImages Method

Draws an array of images on an image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawImages
(
	AvlNet.Image ioImage,
	NullableRef<IList<NullableRef<AvlNet.Image>>> inDrawnImages,
	NullableRef<IList<AvlNet.Location?>> inLocations
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inDrawnImagesAvlNet.NullableRef<System.Collections.Generic.IList<AvlNet.NullableRef<AvlNet.Image>>>Images to be pasted on ioImage.
inLocationsAvlNet.NullableRef<System.Collections.Generic.IList<AvlNet.Location?>>Locations at which the image will be pasted.

See also