pathComponentCell(at:withFrame:in:)
Returns the cell located at the given point within the given frame of the given view.
Declaration
func pathComponentCell(at point: NSPoint, withFrame frame: NSRect, in view: NSView) -> NSPathComponentCell?Parameters
- point:
The point within the returned cell.
- frame:
The frame within which the point is located.
- view:
The view within which the frame is located.
Return Value
The component cell within which the given point is located, or nil if no cell exists at that location.