dg2d ~master (2020-11-11T23:31:17Z)
Dub
Repo
Canvas.fill
dg2d
canvas
Canvas
Fill the rectangle with the specified paint.
void
fill
(T paint)
void
fill
(T paint, IRect rect)
class
Canvas
void
fill
(
T
)
(
T
paint
,
IRect
rect
)
if
(
isPaintable
!
T
)
void
fill
(T paint, int x0, int y0, int x1, int y1)
Meta
Source
See Implementation
dg2d
canvas
Canvas
constructors
this
destructors
~this
functions
draw
drawText
fill
getViewState
height
isClipEmpty
pixels
resetState
resetView
resize
setClip
setView
stride
width
Fill the rectangle with the specified paint.