|
C++ API Reference
|
Parameters for doing refresh of the view when new image data is available. More...
#include <MPxRenderer.h>
Public Attributes | |
| unsigned int | width |
| Width of the image frame. | |
| unsigned int | height |
| Height of the image frame. | |
| unsigned int | left |
| Left edge of the image tile. | |
| unsigned int | right |
| Right edge of the image tile. | |
| unsigned int | bottom |
| Bottom edge of the image tile. | |
| unsigned int | top |
| Top edge of the image tile. | |
| unsigned int | channels |
| Number of channels in the image data. | |
| unsigned int | bytesPerChannel |
| Size of each channel in bytes. | |
| void * | data |
| The image data. | |
Parameters for doing refresh of the view when new image data is available.