Drawing rounded rect
Drawing rounded rect
- Subject: Drawing rounded rect
- From: Youngjin Kim <email@hidden>
- Date: Tue, 28 Aug 2001 22:47:31 +0900
Hi,
Is there any convenient call for drawing good old rounded rectangles?
I'm doing it by creating a bezierpath from rect then drawing it with
rounded line join style. but I'm wondering if there's better(simpler)
alternatives.
Youngjin