Loads an image from the specified buffer.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void LoadImage(
	IntPtr Buffer,
	int BufferSize,
	IEFileFormats Format
)
Public Sub LoadImage ( _
	Buffer As IntPtr, _
	BufferSize As Integer, _
	Format As IEFileFormats _
)
public:
void LoadImage(
	IntPtr Buffer, 
	int BufferSize, 
	IEFileFormats Format
)

Parameters

Buffer
IntPtr
Buffer is the buffer pointer.
BufferSize
Int32
BufferSize is the buffer length in bytes.
Format
IEFileFormats
Format specifies the expected file format. If Format is ioUnknown, then try to find the format automatically.

See Also