You are here: Start » AVL.NET » Invoke.DrawImage

Invoke.DrawImage

Draws an image on another one.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void DrawImage
(
	Avl.Image ioImage,
	Avl.Image inDrawnImage,
	Avl.Location inLocation
)

Parameters

Name Type Range Default Description
ioImageAvl.Image
inDrawnImageAvl.ImageImage to be pasted on ioImage.
inLocationAvl.LocationLocation at which the image will be pasted.

See also