.. _Rectangle: ================================================ Rectangle ================================================ Description ----------- Describes a rectangle. This class is also a four-element collection. Properties ^^^^^^^^^^ +------------------------------------------+------------------------+ | :ref:`bottom` readonly | The bottom coordinate. | +------------------------------------------+------------------------+ | :ref:`height` readonly | The height. | +------------------------------------------+------------------------+ | :ref:`left` readonly | The left coordinate. | +------------------------------------------+------------------------+ | :ref:`length` readonly | The array length. | +------------------------------------------+------------------------+ | :ref:`right` readonly | The right coordinate. | +------------------------------------------+------------------------+ | :ref:`top` readonly | The top coordinate. | +------------------------------------------+------------------------+ | :ref:`width` readonly | The width. | +------------------------------------------+------------------------+ | :ref:`x` readonly | The left coordinate. | +------------------------------------------+------------------------+ | :ref:`y` readonly | The top coordinate. | +------------------------------------------+------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 Rectangle/x.rst Rectangle/y.rst Rectangle/width.rst Rectangle/height.rst Rectangle/left.rst Rectangle/right.rst Rectangle/top.rst Rectangle/bottom.rst Rectangle/length.rst