RectangleInterface
======================

.. currentmodule:: axioma.mapinfo

.. class:: RectangleInterface

	Класс-интерфейс для прямоугольника

	Унаследован от:

	* :class:`~axioma.core.geometry.Surface`
	
	От него наследуются:

	* :class:`~axioma.mapinfo.Rectangle`
	* :class:`~axioma.mapinfo.RoundRectangleInterface`

		.. method:: setRect(rect)

			Установка графических параметров

			:param rect: прямоугольник
			:type rect: :class:`~PyQt5.QtCore.QRectF`

