Dart
dart:html
OffscreenCanvasRenderingContext2D
clearRect method
description
clearRect method
void
clearRect
(
num
x
,
num
y
,
num
width
,
num
height
)
Implementation
void
clearRect(
num
x,
num
y,
num
width,
num
height) native;