---
title: visibleRect
framework: quartzcore
role: symbol
role_heading: Instance Property
path: quartzcore/calayer/visiblerect
---

# visibleRect

The visible region of the layer in its own coordinate space.

## Declaration

```swift
var visibleRect: CGRect { get }
```

## Discussion

Discussion The visible region is the area not clipped by the containing scroll layer.

## See Also

### Scrolling

- [scroll(_:)](quartzcore/calayer/scroll(_:).md)
- [scrollRectToVisible(_:)](quartzcore/calayer/scrollrecttovisible(_:).md)
