Hi all,
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 ?
g.DrawRoundRect(x * scale, y * scale, w * scale, h * scale, OvalWidth *
scale, OvalHeight *scale)
Thank you.
François Van Lerberghe
Rue Thier Monty, 15 A
4570 Marchin
Belgique
_______________________________________________
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>
|