QuartzShapes

Last Revision:
Version 1.0, 2005-03-08
Example Quartz functions that implement equivalents to the QuickDraw PaintArc, FrameArc, PaintOval, FrameOval, PaintRect, and FrameRect
Build Requirements:
Xcode 1.5
Runtime Requirements:
Mac OS X 10.3

Provides example functions for drawing shapes to a Core Graphics context, and show how to use them to draw in an Carbon HIView. The example functions that are implemented are equivalents to the QuickDraw PaintArc, FrameArc, PaintOval, FrameOval, PaintRect, and FrameRect. There is also a function to create rounded rectangles like Mac OS X's windows.