menu
Dart
dart:html
Path2D
rect method
rect
brightness_4
brightness_5
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;
Dart
dart:html
Path2D
rect method
Path2D class
Constructors
Path2D
Properties
hashCode
runtimeType
Methods
addPath
arc
arcTo
bezierCurveTo
closePath
ellipse
lineTo
moveTo
noSuchMethod
quadraticCurveTo
rect
toString
Operators
operator ==