Dart
dart:html
OffscreenCanvasRenderingContext2D
save method
save
Dart
dart:html
OffscreenCanvasRenderingContext2D
save method
OffscreenCanvasRenderingContext2D class
Properties
canvas
direction
fillStyle
filter
font
globalAlpha
globalCompositeOperation
imageSmoothingEnabled
imageSmoothingQuality
lineCap
lineDashOffset
lineJoin
lineWidth
miterLimit
shadowBlur
shadowColor
shadowOffsetX
shadowOffsetY
strokeStyle
textAlign
textBaseline
hashCode
runtimeType
Methods
arc
arcTo
beginPath
bezierCurveTo
clearRect
clip
closePath
commit
createImageData
createLinearGradient
createPattern
createRadialGradient
drawImage
ellipse
fill
fillRect
fillText
getImageData
getLineDash
isPointInPath
isPointInStroke
lineTo
measureText
moveTo
putImageData
quadraticCurveTo
rect
resetTransform
restore
rotate
save
scale
setLineDash
setTransform
stroke
strokeRect
strokeText
transform
translate
noSuchMethod
toString
Operators
operator ==
save method
void
save
(
)
Implementation
void save() native;