Contents

itemFrame(at:)

Returns the frame rectangle for the item located at the specified index.

Declaration

func itemFrame(at index: Int) -> NSRect

Parameters

  • index:

    The index of the item whose frame rectangle you want to obtain.

Return Value

The frame rectangle of the item.

See Also

Getting Item Information