Re: Dividing NSView to subviews
Re: Dividing NSView to subviews
- Subject: Re: Dividing NSView to subviews
- From: Randall Meadows <email@hidden>
- Date: Thu, 23 Apr 2009 11:49:07 -0600
On Apr 23, 2009, at 12:11 AM, Naresh Kongara wrote:
Hi All,
I have a NSView which i want to divide into to required sub views.
I implemented it using NSView's dataWithPDFInsideRect:
(NSRect )aRect, i.e constructed a image view with the data i got .
This process is taking long time if the view is large one..
Is there any other way to get the required part of a View.
NSView -bitmapImageRepForCachingDisplayInRect: will grab the specified
rect area of the receiving view into a prepared bitmap. Is that what
you're looking for?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden