Coordinates in dcl_PictureBox_DrawRect

Started by velasquez, July 16, 2012, 01:52:28 PM

Previous topic - Next topic

velasquez

HI
I have a PictureBox and width = 125 height = 36.
See the difference dcl_PictureBox_DrawRect that appears in the latest version of OpenDCL.

Code (autolisp) Select

;;;Desenha a moldura do retangulo
  (dcl_PictureBox_DrawRect
    dc_MainMenu_cBarMax_ExFontes
;;; (list (list 0 0 124 35 0)) ;_ 6.0.2.5
    (list (list 0 0 123 34 0)) ;_ 7.0.0.5
  ) ;_ fim de dcl_PictureBox_DrawRect


Thanks
velasquez

owenwengerd


velasquez