Creates and returns an NSPICTImageRep object initialized with the specified data.
Original signature is '+ (id)imageRepWithData:(NSData *)pictData'
Available in Mac OS X v10.0 and later.


- pictData (NSData)
- A data object containing the PICT data.

An initialized NSPICTImageRep or nil if the object could not be initialized. Initialization may fail if the data does not conform to the PICT file format.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)