Struct BitonalBitmapLockInfo#

Inheritance Relationships#

Derived Type#

Struct Documentation#

struct BitonalBitmapLockInfo#

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

Subclassed by libCZI::ScopedBitonalBitmapLocker< TBitonalBitmap >

Public Members

void *ptrData#

Pointer to the start of the bitonal bitmap data.

std::uint32_t stride#

The stride of the bitmap data (pointed to by ptrData) in units of bytes.

std::uint64_t size#

The size of the bitmap data (pointed to by ptrData) in bytes.