Barcode Xpress Mobile for iOS
|
Defines a class to hold data that is transferred to/from the threads processing images using Barcode Xpress. More...
#import <BXThreadData.h>
Properties | |
int | m_threadID |
Gets and sets the ID of the thread. | |
void * | m_image |
Gets and sets a pointer to byte data of the image. | |
size_t | m_width |
Gets the width of the image in pixels. | |
size_t | m_height |
Gets the height of the image in pixels. | |
size_t | m_stride |
Number of bytes per row in the image. | |
Defines a class to hold data that is transferred to/from the threads processing images using Barcode Xpress.