Size.this

Construct a new Size.

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

Meta