QuartzLines

Last Revision:
Version 1.0, 2005-06-01
Drawing Lines using Quartz's CGPath & CGContextStrokeLineSegments functions.
Build Requirements:
Tiger
Runtime Requirements:
Tiger

This sample code shows 4 different ways of drawing lines using Quartz. Each way is measured for performance. These include drawing lines: - as separate CGPaths - as a single CGPath - using the new bulk line drawing function in Tiger - by limiting the number of lines drawn