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

AVS.DrawImage Method

Draws an image on another one.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DrawImage
(
	AvlNet.Image ioImage,
	AvlNet.Image inDrawnImage,
	AvlNet.Location inLocation
)

Parameters

Name Type Range Default Description
ioImageAvlNet.Image
inDrawnImageAvlNet.ImageImage to be pasted on ioImage.
inLocationAvlNet.LocationLocation at which the image will be pasted.

See also