Declaration

func layerIndexForGlyphSelection(at point: NSPoint) -> UInt

Declaration

- (NSUInteger) layerIndexForGlyphSelectionAtPoint:(NSPoint) point;

Declaration

layerIndexForGlyphSelectionAtPoint_(point: NSPoint) -> int

Parameters

point

The graphical position to check, in view coordinates.

Return Value

The index of the layer whose outline contains the point, or whose bounding box contains it when no outline is hit.