Box.height

Returns the height of the represented box.

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

Meta