DH5Canvas.drawImage

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto drawImage(string image, double x, double y)
  2. auto drawImage(string image, string x, string y)
  3. auto drawImage(string image, double x, double y, double width, double height)
  4. auto drawImage(string image, string x, string y, string width, string height)
  5. auto drawImage(string image, double sx, double sy, double sWidth, double sHeight, double x, double y, double width, double height)
    class DH5Canvas
    drawImage
    (
    this O
    )
    (
    string image
    ,
    double sx
    ,
    double sy
    ,
    double sWidth
    ,
    double sHeight
    ,
    double x
    ,
    double y
    ,
    double width
    ,
    double height
    )

Meta