3
我想獲得NSTextView中某個點的屏幕位置(NSPoint),這應該很簡單,但結果總是有點偏離,X是完美的,但Y似乎改變。在NSTextView中的位置屏幕上的位置
我已經嘗試了下面的代碼的一些變化,但不能得到我的結果,是NSClipView搞砸了?
NSPoint p = [[self layoutManager] locationForGlyphAtIndex:r.location];
//NSPoint b= [self convertPoint:p toView:nil];
NSPoint screenlocation = [self convertPointToBase:p];
任何想法?
乾杯!
MT
完美!非常感謝! – 2010-02-12 11:39:45