Dart
dart:html
Path2D
rect method
rect
Path2D class
Constructors
Path2D
Properties
hashCode
runtimeType
Methods
addPath
arc
arcTo
bezierCurveTo
closePath
ellipse
lineTo
moveTo
quadraticCurveTo
rect
noSuchMethod
toString
Operators
operator ==
rect method
void
rect
(
num
x
,
num
y
,
num
width
,
num
height
)
Implementation
void rect(num x, num y, num width, num height) native;