DH5Canvas.putImageData

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto putImageData(string image, double x, double y)
  2. auto putImageData(string image, string x, string y)
  3. auto putImageData(string image, double x, double y, double dirtyX, double dirtyY, double dirtyWidth, double dirtyHeight)
    class DH5Canvas
    putImageData
    (
    this O
    )
    (
    string image
    ,
    double x
    ,
    double y
    ,
    double dirtyX
    ,
    double dirtyY
    ,
    double dirtyWidth
    ,)
  4. auto putImageData(string image, string x, string y, string dirtyX, string dirtyY, string dirtyWidth, string dirtyHeight)

Meta