Creates a new IEImage from specified size and pixel format.

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

Syntax

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

Parameters

width
Int32
Horizontal image size.
height
Int32
Vertical image size.
pixelFormat
IEImage..::..PixelFormat
Pixel format.

See Also