00001 00002 @interface CPGraphicsContext : CPObject 00003 { 00004 CGContext _graphicsPort; 00005 } 00006 @end