dlangui v0.10.4 (2023-05-19T16:58:48Z)
Home
Dub
Repo
RenderBlock
dlangui
graphics
domrender
renderblock
Undocumented in source.
class
RenderBlock {
Rect
pos
;
Rect
margins
;
Rect
padding
;
Rect
borderWidth
;
Rect
borderStyle
;
Collection
!
RenderBlock
children
;
}
Members
Variables
borderStyle
Rect
borderStyle
;
Undocumented in source.
borderWidth
Rect
borderWidth
;
Undocumented in source.
children
Collection
!
RenderBlock
children
;
Undocumented in source.
margins
Rect
margins
;
Undocumented in source.
padding
Rect
padding
;
Undocumented in source.
pos
Rect
pos
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
graphics
domrender
renderblock
classes
RenderBlock