- addColorStop
auto addColorStop(string varName, string stop, string color)
Undocumented in source. Be warned that the author may not have intended to support it.
- arc
auto arc(int x, int y, int r, int sAngle, int eAngle, bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
- arc
auto arc(string x, string y, string r, string sAngle, string eAngle, bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
- arcTo
auto arcTo(int x1, int y1, int x2, int y2, int r)
Undocumented in source. Be warned that the author may not have intended to support it.
- arcTo
auto arcTo(string x1, string y1, string x2, string y2, string r)
Undocumented in source. Be warned that the author may not have intended to support it.
- beginPath
auto beginPath()
Undocumented in source. Be warned that the author may not have intended to support it.
- bezierCurveTo
auto bezierCurveTo(int cpx0, int cpy0, int cpx1, int cpy1, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- bezierCurveTo
auto bezierCurveTo(string cpx0, string cpy0, string cpx1, string cpy1, string x, string y)
Undocumented in source. Be warned that the author may not have intended to support it.
- clearRect
auto clearRect(int x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- clearRect
auto clearRect(string x, string y, string width, string height)
Undocumented in source. Be warned that the author may not have intended to support it.
- clip
auto clip()
Undocumented in source. Be warned that the author may not have intended to support it.
- closePath
auto closePath()
Undocumented in source. Be warned that the author may not have intended to support it.
- createImageData
auto createImageData(double width, double height)
Undocumented in source. Be warned that the author may not have intended to support it.
- createImageData
auto createImageData(string width, string height)
Undocumented in source. Be warned that the author may not have intended to support it.
- createImageData
auto createImageData(string image)
Undocumented in source. Be warned that the author may not have intended to support it.
- createLinearGradient
auto createLinearGradient(string varName, int x0, int y0, int x1, int y1)
Undocumented in source. Be warned that the author may not have intended to support it.
- createLinearGradient
auto createLinearGradient(string varName, string x0, string y0, string x1, string y1)
Undocumented in source. Be warned that the author may not have intended to support it.
- createPattern
auto createPattern(string varName, string image, string mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- createRadialGradient
auto createRadialGradient(string varName, int x0, int y0, int r0, int x1, int y1, int r1)
Undocumented in source. Be warned that the author may not have intended to support it.
- createRadialGradient
auto createRadialGradient(string varName, string x0, string y0, string r0, string x1, string y1, string r1)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawImage
auto drawImage(string image, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawImage
auto drawImage(string image, string x, string y)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawImage
auto drawImage(string image, double x, double y, double width, double height)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawImage
auto drawImage(string image, string x, string y, string width, string height)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawImage
auto drawImage(string image, double sx, double sy, double sWidth, double sHeight, double x, double y, double width, double height)
Undocumented in source. Be warned that the author may not have intended to support it.
- fill
auto fill()
Undocumented in source. Be warned that the author may not have intended to support it.
- fillRect
auto fillRect(int x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillRect
auto fillRect(string x, string y, string width, string height)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillStyle
auto fillStyle(string style)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillText
auto fillText(string text, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillText
auto fillText(string text, double x, double y, double maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillText
auto fillText(string text, string x, string y)
Undocumented in source. Be warned that the author may not have intended to support it.
- fillText
auto fillText(string text, string x, string y, string maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
- font
auto font(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- getImageData
auto getImageData(double x, double y, double width, double height)
Undocumented in source. Be warned that the author may not have intended to support it.
- getImageData
auto getImageData(string x, string y, string width, string height)
Undocumented in source. Be warned that the author may not have intended to support it.
- globalAlpha
auto globalAlpha(double number)
Undocumented in source. Be warned that the author may not have intended to support it.
- globalAlpha
auto globalAlpha(string number)
Undocumented in source. Be warned that the author may not have intended to support it.
- globalCompositeOperation
auto globalCompositeOperation(CompositeOperations operation)
Undocumented in source. Be warned that the author may not have intended to support it.
- globalCompositeOperation
auto globalCompositeOperation(string operation)
Undocumented in source. Be warned that the author may not have intended to support it.
- isPointInPath
auto isPointInPath(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- isPointInPath
auto isPointInPath(string x, string y)
Undocumented in source. Be warned that the author may not have intended to support it.
- lineCap
auto lineCap(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- lineJoin
auto lineJoin(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- lineTo
auto lineTo(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- lineTo
auto lineTo(string x, string y)
Undocumented in source. Be warned that the author may not have intended to support it.
- lineWidth
auto lineWidth(uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
- lineWidth
auto lineWidth(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- measureText
auto measureText(string varName, string text)
Undocumented in source. Be warned that the author may not have intended to support it.
- miterLimit
auto miterLimit(uint length)
Undocumented in source. Be warned that the author may not have intended to support it.
- miterLimit
auto miterLimit(string length)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveTo
auto moveTo(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- moveTo
auto moveTo(string x, string y)
Undocumented in source. Be warned that the author may not have intended to support it.
- putImageData
auto putImageData(string image, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- putImageData
auto putImageData(string image, string x, string y)
Undocumented in source. Be warned that the author may not have intended to support it.
- putImageData
auto putImageData(string image, double x, double y, double dirtyX, double dirtyY, double dirtyWidth, double dirtyHeight)
Undocumented in source. Be warned that the author may not have intended to support it.
- putImageData
auto putImageData(string image, string x, string y, string dirtyX, string dirtyY, string dirtyWidth, string dirtyHeight)
Undocumented in source. Be warned that the author may not have intended to support it.
- quadraticCurveTo
auto quadraticCurveTo(int cpx, int cpy, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- quadraticCurveTo
auto quadraticCurveTo(string cpx, string cpy, string x, string y)
Undocumented in source. Be warned that the author may not have intended to support it.
- rect
auto rect(int x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- rect
auto rect(string x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- restore
auto restore()
Undocumented in source. Be warned that the author may not have intended to support it.
- rotate
auto rotate(double angle)
Undocumented in source. Be warned that the author may not have intended to support it.
- rotate
auto rotate(string angle)
Undocumented in source. Be warned that the author may not have intended to support it.
- save
auto save()
Undocumented in source. Be warned that the author may not have intended to support it.
- scale
auto scale(double scaleWidth, double scaleHeight)
Undocumented in source. Be warned that the author may not have intended to support it.
- scale
auto scale(string scaleWidth, string scaleHeight)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTransform
auto setTransform(double a, double b, double c, double d, double e, double f)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTransform
auto setTransform(string a, string b, string c, string d, string e, string f)
Undocumented in source. Be warned that the author may not have intended to support it.
- shadowBlur
auto shadowBlur(uint blur)
Undocumented in source. Be warned that the author may not have intended to support it.
- shadowBlur
auto shadowBlur(string blur)
Undocumented in source. Be warned that the author may not have intended to support it.
- shadowColor
auto shadowColor(string color)
Undocumented in source. Be warned that the author may not have intended to support it.
- shadowOffsetX
auto shadowOffsetX(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- shadowOffsetX
auto shadowOffsetX(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- shadowOffsetY
auto shadowOffsetY(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- shadowOffsetY
auto shadowOffsetY(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- stroke
auto stroke()
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeRect
auto strokeRect(int x, int y, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeRect
auto strokeRect(string x, string y, string width, string height)
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeStyle
auto strokeStyle(string style)
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeText
auto strokeText(string text, double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeText
auto strokeText(string text, string x, string y)
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeText
auto strokeText(string text, double x, double y, double maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
- strokeText
auto strokeText(string text, string x, string y, string maxWidth)
Undocumented in source. Be warned that the author may not have intended to support it.
- textAlign
auto textAlign(TextAligns anAlign)
Undocumented in source. Be warned that the author may not have intended to support it.
- textAlign
auto textAlign(string anAlign)
Undocumented in source. Be warned that the author may not have intended to support it.
- textBaseline
auto textBaseline(TextBaselines aBaseline)
Undocumented in source. Be warned that the author may not have intended to support it.
- textBaseline
auto textBaseline(string aBaseline)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- transform
auto transform(double a, double b, double c, double d, double e, double f)
Undocumented in source. Be warned that the author may not have intended to support it.
- transform
auto transform(string a, string b, string c, string d, string e, string f)
Undocumented in source. Be warned that the author may not have intended to support it.
- translate
auto translate(double x, double y)
Undocumented in source. Be warned that the author may not have intended to support it.
- translate
auto translate(string x, string y)
Undocumented in source. Be warned that the author may not have intended to support it.