.. highlightlang:: us .. _rbcreate: RBCreate ======== .. index:: RBCreate .. us.tag RBCreate ENGLISH Changed427 Changed570 :ref:`RBCreate` creates a rectangular drawing object. .. function:: hrect = RBCreate() hrect = RBCreate(hRectOther) .. us.return **Return Value** *hrect* is the handle of the rectangular object. .. us.params **Parameters** .. uparam:: hRectOther If *hRectOther* is a valid recttangular object handle the functions creates a new object as a copy of the given object. If *hRectOther* is set to 0 a rectangular object with default settings is created. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.7.0 - *hRectOther* can be set to 0. * - 4.2.7 - Function can be invoked with one parameter (copy constructor). .. seealso:: :ref:`RBDestroy`, :ref:`ObjCopy` :sub:`id-420359`