Dart
dart:html
PaintRenderingContext2D
clearRect method
clearRect
PaintRenderingContext2D class
Properties
currentTransform
fillStyle
filter
globalAlpha
globalCompositeOperation
imageSmoothingEnabled
imageSmoothingQuality
lineCap
lineDashOffset
lineJoin
lineWidth
miterLimit
shadowBlur
shadowColor
shadowOffsetX
shadowOffsetY
strokeStyle
hashCode
runtimeType
Methods
arc
arcTo
beginPath
bezierCurveTo
clearRect
clip
closePath
createLinearGradient
createPattern
createRadialGradient
drawImage
ellipse
fill
fillRect
getLineDash
isPointInPath
isPointInStroke
lineTo
moveTo
quadraticCurveTo
rect
resetTransform
restore
rotate
save
scale
setLineDash
setTransform
stroke
strokeRect
transform
translate
noSuchMethod
toString
Operators
operator ==
clearRect method
void
clearRect
(
num
x
,
num
y
,
num
width
,
num
height
)
Implementation
void clearRect(num x, num y, num width, num height) native;