on May 8th, 2014, 3:40pm, VBI wrote:| I also think that the "FN_f4", to convert to 4 byte real format, contained within your own GDI library may also be pertinent here. |
|
Yes indeed. Glancing at your code the rectangle definition would need to be:
Code: DIM rcf{x%,y%,w%,h%}
rcf.x% = FN_f4(10.0)
rcf.y% = FN_f4(10.0)
rcf.w% = FN_f4(100.0)
rcf.h% = FN_f4(50.0)
Richard.