Canvas.scale

Adds a scaling transformation to the canvas units by x horizontally and by y vertically.

  1. void scale(float x, float y)
    struct Canvas
    public nothrow @nogc
    void
    scale
    (
    float x
    ,
    float y
    )
  2. void scale(vec2f xy)
  3. void scale(float xy)

Meta