Re: Drawing into myView

2009-12-17 Thread Gregory Weston
>I have a subclass of NSView and I want to draw into it after I retrieve an >Image in an NSImageView. > >I'm trying to set 2 instance variables in the drawRect block of code... > >@property(readwrite) NSRect tRect; >@property (retain, readwrite) NSGraphicsContext*savedContext; >___

Drawing into myView

2009-12-16 Thread R T
I have a subclass of NSView and I want to draw into it after I retrieve an Image in an NSImageView. I'm trying to set 2 instance variables in the drawRect block of code... @property(readwrite) NSRect tRect; @property (retain, readwrite) NSGraphicsContext*savedContext; ___