Rectangle.width

width of the rectangle.

  1. int width [@property getter]
  2. int width [@property setter]
    class Rectangle
    @property
    void
    width
    (
    int value
    )