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.
@interface NSPICTImageRep : NSImageRep
|
// Initializers |
- (id)initWithData:(NSData*)pictData;
|
// Class Methods |
+ (id)imageRepWithData:(NSData*)pictData;
|
// Instance Methods |
- (NSRect) boundingBox;
|
- (NSData*)PICTRepresentation;
|
|