menu
Dart
dart:html
PaintRenderingContext2D
fillRect method
fillRect
brightness_4
brightness_5
description
fillRect
method
void
fillRect
(
num
x
,
num
y
,
num
width
,
num
height
)
Implementation
void fillRect(num x, num y, num width, num height) native;
Dart
dart:html
PaintRenderingContext2D
fillRect method
PaintRenderingContext2D class