gfx v0.2.0 (2020-11-15T11:15:14Z)
Dub
Repo
Rect
gfx
graal
types
Undocumented in source.
struct
Rect {
uint
x
;
uint
y
;
uint
width
;
uint
height
;
}
Members
Variables
height
uint
height
;
Undocumented in source.
width
uint
width
;
Undocumented in source.
x
uint
x
;
Undocumented in source.
y
uint
y
;
Undocumented in source.
Meta
Source
See Implementation
gfx
graal
types
functions
interval
trans
structs
Extent2D
Interval
Offset2D
Rect
Trans
Viewport