Contents

NSImageView

A display of image data in a frame.

Declaration

class NSImageView

Overview

Image views can be static or editable. A static image view only displays the image that you specify. An editable image view object lets the user change the displayed image. You can also configure an image view to allow copying, pasting, deleting, and dragging of the image.

Topics

Creating the view

Configuring the cell

Specifying the image

Specifying the visual characteristics

Specifying the dynamic range

Responding to user events

Configuring symbol effects

See Also

Controls