pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
Box.width
pixelperfectengine
graphics
common
Box
Sets the width of the represented box while keeping the lefthand coordinate.
int
width
[@property getter]
int
width
[@property setter]
struct
Box
public @
property
@
nogc
@
safe
pure nothrow
int
width
(
int
val
)
int
left
;
int
top
;
int
right
;
int
bottom
;
Meta
Source
See Implementation
pixelperfectengine
graphics
common
Box
constructors
this
functions
isBetween
move
opBinary
pad
relMove
toString
properties
area
cornerLL
cornerLR
cornerUL
cornerUR
height
width
static functions
bySize
variables
bottom
left
right
top
Sets the width of the represented box while keeping the lefthand coordinate.