rpui ~master (2020-04-28T04:53:54Z)
Dub
Repo
FrameRect
rpui
primitives
Undocumented in source.
struct
FrameRect {
float
left
;
float
top
;
float
right
;
float
bottom
;
this
(float left, float top, float right, float bottom);
this
(vec4 rect);
this
(Rect rect);
}
Constructors
this
this
(float left, float top, float right, float bottom)
Undocumented in source.
this
this
(vec4 rect)
Undocumented in source.
this
this
(Rect rect)
Undocumented in source.
Members
Variables
bottom
float
bottom
;
Undocumented in source.
left
float
left
;
Undocumented in source.
right
float
right
;
Undocumented in source.
top
float
top
;
Undocumented in source.
Meta
Source
See Implementation
rpui
primitives
aliases
utf32char
utf32string
enums
Orientation
structs
FrameRect
IntRect
Rect
variables
emptyFrameRect
emptyRect