NSBezierPath with RoundRect?
NSBezierPath with RoundRect?
- Subject: NSBezierPath with RoundRect?
- From: Gregory Weston <email@hidden>
- Date: Fri, 26 Oct 2001 08:26:10 -0400
Traditional QD has a set of routines that draw RoundRects - rectangles with the
corners rounded over with specified radii in both dimensions. Anyone know how to
construct an NSBezierPath like that? I can do it in the special case where the
radii are both the same but I can't figure out how to handle the general case.
Any pointers?
Thanks.
Greg