Creates an empty images at the specified position.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetImage(
	int index,
	int width,
	int height,
	IEImage..::..PixelFormat pixelFormat
)
Public Sub SetImage ( _
	index As Integer, _
	width As Integer, _
	height As Integer, _
	pixelFormat As IEImage..::..PixelFormat _
)
public:
void SetImage(
	int index, 
	int width, 
	int height, 
	IEImage..::..PixelFormat pixelFormat
)

Parameters

index
Int32
The destination image index
width
Int32
Image width in pixels
height
Int32
Image height in pixels
pixelFormat
IEImage..::..PixelFormat
Image pixel format

See Also