You are here: Start » FIL.NET » FIS.DrawImage Method

FIS.DrawImage Method

Draws an image on another one.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
ioImageFilNet.Image
inDrawnImageFilNet.ImageImage to be pasted on ioImage.
inLocationFilNet.LocationLocation at which the image will be pasted.

See also