dlangui v0.0.7 (2014-04-18T05:43:18Z)
Home
Dub
Repo
DrawBuf.fillRect
dlangui
graphics
drawbuf
DrawBuf
fill rectangle with solid color (clipping is applied)
class
DrawBuf
abstract
void
fillRect
(
Rect
rc
,
uint
color
)
Meta
Source
See Implementation
dlangui
graphics
drawbuf
DrawBuf
constructors
this
destructors
~this
functions
afterDrawing
applyClipping
beforeDrawing
clear
detectNinePatch
drawFragment
drawGlyph
drawImage
drawRescaled
fill
fillRect
resize
transformColors
properties
bpp
clipOrFullRect
clipRect
hasNinePatch
height
id
intersectClipRect
ninePatch
onDestroyCallback
width
variables
_clipRect
_id
_ninePatch
_onDestroyCallback
fill rectangle with solid color (clipping is applied)