---
title: boundingBoxOfClipPath
framework: coregraphics
role: symbol
role_heading: Instance Property
path: coregraphics/cgcontext/boundingboxofclippath
---

# boundingBoxOfClipPath

Returns the bounding box of a clipping path.

## Declaration

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

## Discussion

Discussion The bounding box is the smallest rectangle completely enclosing all points in the clipping path, including control points for any Bezier curves in the path.

## See Also

### Working with the Current Clipping Path

- [clip(using:)](coregraphics/cgcontext/clip(using:).md)
- [clip(to:)](coregraphics/cgcontext/clip(to:)-7cbwq.md)
- [clip(to:)](coregraphics/cgcontext/clip(to:)-2eg0.md)
- [clip(to:mask:)](coregraphics/cgcontext/clip(to:mask:).md)
