Name

NSImageView — Mac OS X 10.0

Synopsis

This subclass of NSView is responsible for drawing an image in a frame, and provides functionality that allows users to set the displayed image by dropping an image over the view. Clients may access the NSImage displayed in the image view using the methods setImage: and image. The associated cell for this class is NSImageCell.

image with no caption

@interface NSImageView : NSControl
                                  // Accessor Methods
   - (void)setImage:(NSImage *)newImage;
   - (NSImage *)image;
   - (void)setImageAlignment:(NSImageAlignment)newAlign;
   - (NSImageAlignment)imageAlignment;
   - (void)setImageFrameStyle:(NSImageFrameStyle)newStyle;
   - (NSImageFrameStyle)imageFrameStyle;
   - (void)setImageScaling:(NSImageScaling)newScaling;
   - (NSImageScaling)imageScaling;
   - (void)setEditable:(BOOL)yn;
                                  // Instance Methods
   - (BOOL)isEditable;

Get Cocoa in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.