Canvas.setTransform

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void setTransform(float a, float b, float c, float d, float e, float f)
    struct Canvas
    public nothrow @nogc
    void
    setTransform
    (
    float a
    ,
    float b
    ,
    float c
    ,
    float d
    ,
    float e
    ,
    float f
    )
  2. void setTransform(Transform2D transform)

Meta