Name

NSEPSImageRep — Mac OS X 10.0

Synopsis

This subclass of NSImageRep is capable of rendering an image from Encapsulated PostScript (EPS) data.

image with no caption

@interface NSEPSImageRep : NSImageRep
                                  // Initializers
   - (id)initWithData:(NSData *)epsData;
                                  // Class Methods
   + (id)imageRepWithData:(NSData *)epsData;
                                  // Instance Methods
   - (NSData *)EPSRepresentation;
   - (NSRect)boundingBox;
   - (void)prepareGState;

Get Cocoa in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.