Size.this

Create a size.Size boxed type.

  1. this(float width, float height)
    class Size
    this
    (
    float width = 0.0
    ,
    float height = 0.0
    )
  2. this(void* ptr, Flag!"Take" take)

Parameters

width float

the width

height float

the height