.. highlightlang:: us .. index:: TBGetRefPoint .. _tbgetrefpoint: TBGetRefPoint ============= .. us.tag TBGetRefPoint ENGLISH TB_Get :ref:`TBGetRefPoint` returns in what direction the extension of a text object will grow. .. function:: nRefPoint = TBGetRefPoint(hText) .. us.return **Return Value** *nRefPoint* is an OR combination of two of the following values: .. list-table:: :header-rows: 1 * - Value - Meaning * - LEFT - Left corner. * - CENTER - Center between left and right corner. * - RIGHT - Right corner. * - TOP - Top corner. * - MIDDLE - Center between top and bottom corner. * - BOTTOM - Bottom corner. .. us.params **Parameters** .. uparam:: hText *hText* identifies the text object. .. seealso:: :ref:`overview-drawing-objects`, :ref:`TBSetRefPoint`, :ref:`TBSetAutoSize`, :ref:`OBJSetPosWC`, :ref:`OBJGetRefPointWC` :sub:`id-786518`