dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
ARect
android
rect
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 {
int
left
;
int
top
;
int
right
;
int
bottom
;
}
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
Source
See Implementation
android
rect
structs
ARect