Box.width

Returns the width of the represented box.

  1. int width [@property getter]
    struct Box
    public @property @nogc @safe nothrow pure const
    int
    width
    ()
  2. int width [@property setter]
  3. int left;
  4. int top;
  5. int right;
  6. int bottom;

Meta