>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;
>___
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;
___