Instance Method
indexOfItemContentRect(at:closeTo:) indexOfItemContentRectAtPoint:closeToIndex: indexOfItemContentRectAtPoint_closeToIndex_
Declaration
func indexOfItemContentRect(at p: NSPoint, closeTo closeToIndex: Int) -> UIntDeclaration
- (NSUInteger) indexOfItemContentRectAtPoint:(NSPoint) p closeToIndex:(NSInteger) closeToIndex;Declaration
indexOfItemContentRectAtPoint_closeToIndex_(p: NSPoint, closeToIndex: int) -> int