CanvasRenderingContext2D.setTransform

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void setTransform(double a, double b, double c, double d, double e, double f)
    struct CanvasRenderingContext2D
    nothrow
    void
    setTransform
    ()
    (
    double a
    ,
    double b
    ,
    double c
    ,
    double d
    ,
    double e
    ,
    double f
    )
  2. void setTransform(DOMMatrix2DInit transform)
  3. void setTransform()

Meta