NSGraphicsContext

From GNUstepWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A graphics context is and ADT that allows for a the Appkit drawing protocols to be used for drawing to a view(the most common), or an image, file, printer, ect. In essence it provides a canvas on which to draw.