François Van Lerberghe wrote: > I'm currently coding some printing routine. In order to take into account > multiple resolution, I use a scaling factor with the drawing methods. > My question is : with the Graphics.DrawRoundRect method, must I apply this > scaling factor to the OvalWidth and OvalHeight parameters too like the code > below ?
Yes, since those parameters indicate the actual height and width of the corner ovals, in pixels, and not something scale-neutral like percentages. Best, - Joe -- Joe Strout -- [EMAIL PROTECTED] Available for custom REALbasic programming or instruction. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
