Graphics.Blank

Starting blank-canvas

blankCanvas

data Options

sending to the Graphics DeviceContext

data DeviceContext

send

HTML5 Canvas API

data Canvas

Canvas element

height

width

toDataURL

2D Context

save

restore

Transformation

scale

rotate

translate

transform

setTransform

Image drawing

class Image a

drawImage

Compositing

globalAlpha

globalCompositeOperation

Line styles

lineWidth

lineCap

lineJoin

miterLimit

data LineEndCap

data LineJoinCorner

Colors, styles and shadows

strokeStyle

fillStyle

shadowOffsetX

shadowOffsetY

shadowBlur

shadowColor

createLinearGradient

createRadialGradient

createPattern

addColorStop

data RepeatDirection

data CanvasGradient

data CanvasPattern

Paths

beginPath

closePath

fill

stroke

clip

moveTo

lineTo

quadraticCurveTo

bezierCurveTo

arcTo

arc

rect

isPointInPath

Text

font

textAlign

textBaseline

fillText

strokeText

measureText

data TextAnchorAlignment

data TextBaselineAlignment

data TextMetrics

Rectangles

clearRect

fillRect

strokeRect

Pixel manipulation

getImageData

putImageData

data ImageData

blank-canvas Extensions

Reading from Canvas

newImage

data CanvasImage

DeviceContext attributes

devicePixelRatio

CanvasContext, and off-screen Canvas.

data CanvasContext

newCanvas

with

myCanvasContext

deviceCanvasContext

Syncing

sync

Debugging

console_log

eval

class JSArg a

Drawing Utilities

clearCanvas

saveRestore

(#)

readDataURL

dataURLMimeType

writeDataURL

drawImageAt

drawImageSize

drawImageCrop

putImageDataAt

putImageDataDirty

Events

trigger

eventQueue

wait

flush

data Event

type EventName

type EventQueue

Middleware

local_only