w4d v0.0.4 (2018-08-22T12:42:48Z)
Dub
Repo
BoxBorderElement
w4d
element
border
An element of border. 0:top, 1:right, 2:bottom, 3:left
class
BoxBorderElement : Element {
enum
Indices
;
protected
bool
_isZero
;
protected
ElementArrayBuffer
_indicesBuf
;
protected
ArrayBuffer
_posBuf
;
this
();
void
resize
(BoxStyle box);
void
clear
();
void
draw
(Shader s);
}
Constructors
this
this
()
Members
Functions
clear
void
clear
()
draw
void
draw
(Shader s)
resize
void
resize
(BoxStyle box)
Manifest constants
Indices
enum
Indices
;
Undocumented in source.
Variables
_indicesBuf
ElementArrayBuffer
_indicesBuf
;
Undocumented in source.
_isZero
bool
_isZero
;
Undocumented in source.
_posBuf
ArrayBuffer
_posBuf
;
Undocumented in source.
Meta
Source
See Implementation
w4d
element
border
classes
BoxBorderElement
An element of border. 0:top, 1:right, 2:bottom, 3:left