Box.height

Sets the height of the represented box while keeping the top coordinate.

  1. int height [@property getter]
  2. int height [@property setter]
    struct Box
    @property @nogc @safe pure nothrow
    int
    height
    (
    int val
    )

Meta