Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有任何方法可以确定 NSPoint 是否在 NSBezierPath 内。喜欢:
NSPointInRect(aPoint,aRect)
但是使用 BezierPath。
在此先感谢,本
是的。看这个方法:
containsPoint:
返回一个布尔值,指示接收器是否包含指定的点。
- (BOOL)containsPoint:(NSPoint)aPoint
参数 aPoint 针对路径进行测试的点,在路径对象的坐标系中指定。