libCZI
Reading and Writing CZI documents made easy
libCZI::BitmapLockInfo Struct Reference

Information about a locked bitmap - allowing direct access to the image data in memory. More...

#include <libCZI_Pixels.h>

Inheritance diagram for libCZI::BitmapLockInfo:
libCZI::ScopedBitmapLocker< tBitmap >

Public Attributes

void * ptrData
 Not currently used, to be ignored.
 
void * ptrDataRoi
 The pointer to the first (top-left) pixel of the bitmap.
 
std::uint32_t stride
 The stride of the bitmap data (pointed to by ptrDataRoi).
 
std::uint64_t size
 The size of the bitmap data (pointed to by ptrDataRoi) in bytes.
 

Detailed Description

Information about a locked bitmap - allowing direct access to the image data in memory.


The documentation for this struct was generated from the following file: