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

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
ioImageFil.Image
inDrawnImageFil.ImageImage to be pasted on ioImage.
inLocationFil.LocationLocation at which the image will be pasted.

See also