OwnedImage.this

Create with given initial size.

  1. this()
  2. this(int w, int h)
    class OwnedImage(COLOR)
    nothrow @nogc nothrow @nogc
    this
    (
    int w
    ,
    int h
    )
  3. int w;
  4. int h;

Meta