Contents

NSCustomImageRep

An object that uses a delegate object to render an image from a custom format.

Declaration

class NSCustomImageRep

Overview

When called upon to produce an image, an NSCustomImageRep sends a message to its delegate to do the actual drawing. You can use this class to support custom image formats without going to the trouble of subclassing NSImageRep directly.

Topics

Creating Representations of Images in Custom Formats

Getting Drawing Handlers

Getting Information About Images

Initializers