by Joe Strout <joe@[EMAIL PROTECTED]
>
Jun 18, 2007 at 10:57 AM
In article <1181361001.134580.319150@[EMAIL PROTECTED]
>,
JohnAllsopp@[EMAIL PROTECTED]
wrote:
> In comparing the image drawn by the roundrectshape to that drawn by
> graphics.drawroundrect, the former is unusably pixellated, in
> coomparison with the latter.
That's odd. Under most (maybe all) cir***stances I'd expect the
RoundRectShape to be anti-aliased, and DrawRoundRect to be either the
same or not.
Are you sure it's actually pixellated? Maybe you're seeing an effect of
the number of sides used to approximate the curves. Change the
..segments value to see if that improves things.
Best,
- Joe