May 2003
Intermediate to advanced
566 pages
27h 29m
English
NSEPSImageRep — Mac OS X 10.0
This subclass of NSImageRep is capable of
rendering an image from Encapsulated PostScript (EPS) data.
|
![]()
|
@interface NSEPSImageRep : NSImageRep
|
// Initializers
|
- (id)initWithData:(NSData *)epsData; |
// Class Methods
|
+ (id)imageRepWithData:(NSData *)epsData; |
// Instance Methods
|
- (NSData *)EPSRepresentation;
|
- (NSRect)boundingBox;
|
- (void)prepareGState;
|
Read now
Unlock full access