CGraphicsRectangle ================== .. currentmodule:: ikomia.core.pycore .. autoclass:: CGraphicsRectangle .. rubric:: Import .. code-block:: python from ikomia.core import CGraphicsRectangle .. rubric:: Methods .. autosummary:: ~CGraphicsRectangle.__init__ .. rubric:: Inherited methods .. autosummary:: ~CGraphicsRectangle.get_bounding_rect ~CGraphicsRectangle.get_category ~CGraphicsRectangle.get_id ~CGraphicsRectangle.get_type ~CGraphicsRectangle.is_text_item ~CGraphicsRectangle.set_category .. rubric:: Attributes .. autosummary:: ~CGraphicsRectangle.height ~CGraphicsRectangle.width ~CGraphicsRectangle.x ~CGraphicsRectangle.y ~CGraphicsRectangle.property .. rubric:: Details .. automethod:: __init__ .. automethod:: get_bounding_rect .. automethod:: get_category .. automethod:: get_id .. automethod:: get_type .. automethod:: is_text_item .. automethod:: set_category