UnflattenImage Method
Syntax
CWIMAQVision.UnflattenImage DestImage, Data
Return Type
On success, this method returns 0. On failure, this method returns a negative number.
Purpose
Takes the data returned from FlattenImage and stores it in an image.
Remarks
This method changes the DestImage type to match the Data type.
Parameters
DestImage As CWIMAQImage
The image in which to store the flattened data.
Data As Variant
The data returned from FlattenImage.