DekGenius.com
[ Team LiB ] Previous Section Next Section

NSEPSImageRep Mac OS X 10.0

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

figs/cocn_1529.gif

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

    [ Team LiB ] Previous Section Next Section