On Dec 29, 2010, at 6:19 PM, Tom Russell wrote: > Does anyone have an example of how to use the following ToolBox function: > > /* Add a single rect to the context's path. */ > > toolbox CGContextAddRect( CGContextRef, CGRect ) > Try the Examples folder. Several examples( do Finder window find on Examples folder ) in Graphics/CoreGraphics(Quartz) use this call. Brian S