You are here: Start » FIL.NET » Invoke.DrawImage
Draws an image on another one.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void DrawImage ( Fil.Image ioImage, Fil.Image inDrawnImage, Fil.Location inLocation )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioImage | Fil.Image | ||||
![]() | inDrawnImage | Fil.Image | Image to be pasted on ioImage. | ||
![]() | inLocation | Fil.Location | Location at which the image will be pasted. |

