NSCachedImageRep
Authors
- Adam Fedor(
fedor@gnu.org
)
-
Cached image representation.
Copyright: (C) 1996 Free Software Foundation, Inc.
Software documentation for the NSCachedImageRep class
Declared: AppKit/NSCachedImageRep.h
initWithSize:depth:separate:alpha:
- (id) initWithSize: (NSSize)aSize depth: (NSWindowDepth)aDepth separate: (BOOL)separate alpha: (BOOL)alpha;
initWithWindow:rect:
- (id) initWithWindow: (NSWindow*)win rect: (NSRect)rect;
rect
- (NSRect) rect;
window
- (NSWindow*) window;