.. highlightlang:: us .. index:: ImageShowFrame .. _imageshowframe: ImageShowFrame ============== .. us.tag ImageShowFrame NOTREADYENGLISH New400 Image ImageSet :ref:`ImageShowFrame` shows or hides the frame of the picture. .. function:: bool = ImageShowFrame(hobj, bVisible) .. us.return **Return Value** If the function succeeds, the return value *bool* is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hobj *hobj* identifies the picture created with :ref:`ImageCreate`. .. uparam:: bVisible If *bVisible* is TRUE (1) the frame is visible. If *bVisible* is FALSE (0) the frame is invisible. .. seealso:: :ref:`overview-pictures`, :ref:`ImageSetFrameWidthAndColor`, :ref:`ImageIsFrame` :sub:`id-1957536`