Struct BitmapLockInfo#
Defined in File libCZI_Pixels.h
Inheritance Relationships#
Derived Type#
public libCZI::ScopedBitmapLocker< tBitmap >
(Template Class ScopedBitmapLocker)
Struct Documentation#
-
struct BitmapLockInfo#
Information about a locked bitmap - allowing direct access to the image data in memory.
Subclassed by libCZI::ScopedBitmapLocker< tBitmap >
Public Members
-
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.
-
void *ptrData#