Appends a new image with specified size and pixelformat at last position and returns the new image position.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public int AppendImage(
	int width,
	int height,
	IEImage..::..PixelFormat pixelFormat
)
Public Function AppendImage ( _
	width As Integer, _
	height As Integer, _
	pixelFormat As IEImage..::..PixelFormat _
) As Integer
public:
int AppendImage(
	int width, 
	int height, 
	IEImage..::..PixelFormat pixelFormat
)

Parameters

width
Int32
Image width.
height
Int32
Image height.
pixelFormat
IEImage..::..PixelFormat
Image pixel format.

Return Value

Returns the new image position

See Also