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