Box.width

Sets the width of the represented box while keeping the lefthand coordinate.

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

Meta