rect method - Path2D class - dart:html library (
original
) (
raw
)
description
void rect(
num
x,
num
y,
num
width,
num
height, )
Implementation
void rect(num x, num y, num width, num height) native;