ARect

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 ARect {}

Members

Variables

bottom
int bottom;
Undocumented in source.
left
int left;
Undocumented in source.
right
int right;
Undocumented in source.
top
int top;
Undocumented in source.

Meta