Appends a new image cloning the specified one.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int AppendImage(
	IEImage image
)
Public Function AppendImage ( _
	image As IEImage _
) As Integer
public:
int AppendImage(
	IEImage^ image
)

Parameters

image
IEImage
The source image to clone.

Return Value

Returns the new image position.

See Also