jcli ~master (2022-03-09T18:57:21Z)
Dub
Repo
Rect
jcli
text
common
Undocumented in source.
struct
Rect {
int
left
;
int
top
;
int
right
;
int
bottom
;
int
width
();
int
height
();
}
Members
Functions
height
int
height
()
Undocumented in source. Be warned that the author may not have intended to support it.
width
int
width
()
Undocumented in source. Be warned that the author may not have intended to support it.
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
jcli
text
common
enums
Alignment
Corner
Direction
structs
Rect
Vector