DekGenius.com
[ Team LiB ] Previous Section Next Section

NSPICTImageRep Mac OS X 10.0

This is a subclass of NSImageRep that understands how to manipulate, represent, and draw Macintosh PICT-formatted image data.

figs/cocn_1564.gif

@interface NSPICTImageRep : NSImageRep
 // Initializers
   - (id)initWithData:(NSData*)pictData;
 // Class Methods
   + (id)imageRepWithData:(NSData*)pictData;
 // Instance Methods
   - (NSRect) boundingBox;
   - (NSData*)PICTRepresentation;

    [ Team LiB ] Previous Section Next Section