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
    public @property @nogc @safe pure nothrow
    int
    width
    (
    int val
    )
  3. int left;
  4. int top;
  5. int right;
  6. int bottom;

Meta