You are here: Start » FIL.NET » Function Reference » Image » Image Drawing » FIL.DrawImage
Draws an image on another one.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void DrawImage ( FilNet.Image ioImage, FilNet.Image inDrawnImage, FilNet.Location inLocation )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioImage | FilNet.Image | ||||
![]() | inDrawnImage | FilNet.Image | Image to be pasted on ioImage. | ||
![]() | inLocation | FilNet.Location | Location at which the image will be pasted. |
Description
The operation draws the inDrawnImage on the inImage so that the upper-left corner of the inDrawnImage is aligned at the inLocation of the inImage.
Examples
![]() |
The DrawImage used to draw an image on another, empty image.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Incompatible image depths in DrawImage. |