Struct BitmapLockInfoInterop#
Defined in File bitmap_structs.h
Struct Documentation#
-
struct BitmapLockInfoInterop#
This structure contains information about a locked bitmap-object, allowing direct access to the pixel data.
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#