Next Page > Hide TOC

Introduction to Drawing Performance Guidelines

Contents:

Organization of This Document


Unless you’re writing a command-line tool, your drawing code is an important area to tune for performance. Your application’s main drawing routines are called frequently to update the content of your windows. The faster these routines do their job, the more time there is for your application to do actual work.

This programming topic describes some basic ways to improve drawing performance in your code.

Organization of This Document

This programming topic contains the following articles:



Next Page > Hide TOC


© 2003, 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-04-04)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.