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