dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
Canvas.fillRect
dplug
canvas
Canvas
Fill a rectangle using the current
fillStyle
. Note: affects the current path.
void
fillRect
(float x, float y, float width, float height)
void
fillRect
(vec2f topLeft, vec2f dimension)
struct
Canvas
nothrow @
nogc
void
fillRect
(
vec2f
topLeft
,
vec2f
dimension
)
void
fillRect
(box2f rect)
void
fillRect
(box2i rect)
Meta
Source
See Implementation
dplug
canvas
Canvas
aliases
getTransform
destructors
~this
functions
arc
beginPath
bezierCurveTo
closePath
createCircularGradient
createEllipticalGradient
createLinearGradient
currentTransform
fill
fillCircle
fillRect
fillRule
fillStyle
globalCompositeOperation
initialize
lineTo
moveTo
quadraticCurveTo
rect
resetTransform
restore
rotate
save
scale
setTransform
transform
translate
postblits
this(this)
Fill a rectangle using the current fillStyle. Note: affects the current path.