So i want to add hit testing to the circle view example. I am not at
math so i have the following in drawRect inside the for loop to draw
each character:
// get transform the BezierPath..
[path transformUsingAffineTransform:transform];
Queston for hit testing. Can i just store an array of paths and use
containsPoints:? The a rect does me no good becuase we are talking
about hit testing a skewed rectangle. Or do i want to get the 4
points that make up the skewed rect and write my own hit testing? Am
I missing something that I might be getting for free? Are there any
good examples of drawing a custom caret anywhere?
Scott Andrew
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden