Up

NSPICTImageRep class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2023-12-22 15:07:50 -0500

Software documentation for the NSPICTImageRep class

NSPICTImageRep : NSImageRep

Declared in:
AppKit/NSPICTImageRep.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Instance Variables

Method summary

imageRepWithData: 

+ (instancetype) imageRepWithData: (NSData*)imageData;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

PICTRepresentation 

- (NSData*) PICTRepresentation;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

boundingBox 

- (NSRect) boundingBox;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

initWithData: 

- (instancetype) initWithData: (NSData*)imageData;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Instance Variables for NSPICTImageRep Class

_boundingBox

@protected NSRect _boundingBox;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_pageRep

@protected NSBitmapImageRep* _pageRep;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_pictRepresentation

@protected NSData* _pictRepresentation;
Availability: Not in OpenStep/MacOS-X

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up