Declaration

func layerIndex(for point: NSPoint) -> UInt

Declaration

- (NSUInteger) layerIndexForPoint:(NSPoint) point;

Declaration

layerIndexForPoint_(point: NSPoint) -> int

Parameters

point

The graphical position to check, in view coordinates.

Return Value

The index of the layer whose bounding box contains the point.