FROM : I. Savant
DATE : Fri Nov 23 03:33:37 2007
On Nov 22, 2007, at 4:57 PM, Rick Mann wrote:
> Alternatively, what's the way to display a background image in my
> Cocoa custom view?
http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaDrawingGuide/DrawingEnviron/chapter_2_section_6.html
Specifically, subclass NSView, override -drawRect:, get your
NSImage instance and composite it to your view.
--
I.S.
DATE : Fri Nov 23 03:33:37 2007
On Nov 22, 2007, at 4:57 PM, Rick Mann wrote:
> Alternatively, what's the way to display a background image in my
> Cocoa custom view?
http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaDrawingGuide/DrawingEnviron/chapter_2_section_6.html
Specifically, subclass NSView, override -drawRect:, get your
NSImage instance and composite it to your view.
--
I.S.
| Related mails | Author | Date |
|---|---|---|
| Rick Mann | Nov 22, 22:57 | |
| Nick Zitzmann | Nov 23, 01:22 | |
| Rick Mann | Nov 23, 02:52 | |
| Nick Zitzmann | Nov 23, 03:03 | |
| I. Savant | Nov 23, 03:33 |






Cocoa mail archive

