AndroidBitmapInfo

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Android)
extern (C) @system nothrow @nogc
struct AndroidBitmapInfo {}

Members

Variables

flags
uint flags;
Undocumented in source.
format
int format;
Undocumented in source.
height
uint height;
Undocumented in source.
stride
uint stride;
Undocumented in source.
width
uint width;
Undocumented in source.

Meta