Canvas.setTransform

Multiplies the current transformation matrix with the matrix described by its arguments.

  1. void setTransform(float a, float b, float c, float d, float e, float f)
  2. void setTransform(Transform2D transform)
    struct Canvas
    public nothrow @nogc
    void
    setTransform

Meta