You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
ioImage | Avl.Image | ||||
![]() | inDrawnImage | Avl.Image | Image to be pasted on ioImage. | ||
![]() | inLocation | Avl.Location | Location at which the image will be pasted. |