---
title: "rectOfTickMark(at:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nslevelindicatorcell/rectoftickmark(at:)"
---

# rectOfTickMark(at:)

Returns the bounding rectangle of the tick mark identified by index (the minimum-value tick mark is at index 0).

## Declaration

```swift
func rectOfTickMark(at index: Int) -> NSRect
```

## Discussion

Discussion If no tick mark is associated with index, the method raises a NSRangeException.

## See Also

### Managing Tick Marks

- [tickMarkPosition](appkit/nslevelindicatorcell/tickmarkposition.md)
- [numberOfTickMarks](appkit/nslevelindicatorcell/numberoftickmarks.md)
- [numberOfMajorTickMarks](appkit/nslevelindicatorcell/numberofmajortickmarks.md)
- [tickMarkValue(at:)](appkit/nslevelindicatorcell/tickmarkvalue(at:).md)
