Drawing selection handles
Drawing selection handles
- Subject: Drawing selection handles
- From: Mahaboob <email@hidden>
- Date: Tue, 16 Jun 2009 11:04:54 +0530
- Thread-topic: Drawing selection handles
Hi,
I can apply filter effects to all the selected graphics in my canvas using
CIFilter class. It is working fine but the selection handles remain in the
same position because I'm not setting the bounds of the graphics after
applying the filter to it.
Now I need to draw the selection handles in the bound of my graphics after
applying filter effects to it.
So I sets the new bound to the graphics after applying filter effects in
the drawRect: method. Now the selection handles are showing in the exact
bounds. But when I'm trying to resize the graphics with selection handles,
It is not sizing correctly. When I'm trying to extract the circle to right
side, it goes to allover the screen or not coming to right size.
Could you help me to rectify this problem?
Thanking you in advance,
Mahaboob
_______________________________________________
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