Size.this

Construct a new Size.

  1. this(int width, int height)
    struct Size
    pure nothrow
    this
    (
    int width
    ,
    int height
    )
  2. this(SIZE* size)

Meta