May 2003
Intermediate to advanced
566 pages
27h 29m
English
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;
|
Read now
Unlock full access