Bitmap.resize

Resizes the bitmap. NOTE: It's not for scaling.

  1. void resize(int x, int y)
    class Bitmap(string S, T)
    public @safe pure
    static if(S != "HB" && S != "QB" && S != "b")
    void
    resize
    (
    int x
    ,
    int y
    )
  2. void resize(int x, int y)

Meta