# `GSDrawSlice bounds`

*Instance Method*

The bounds of the slice.

## Declaration

```swift
func bounds() -> CGRect
```

```objc
- (CGRect) bounds;
```

```python
bounds() -> CGRect
```

## Discussion

Provided [`GSDrawStackFeature.GSDrawStackFeatureSubtractionMasks`](/Core/GlyphsCore/GSDrawStackFeature/GSDrawStackFeatureSubtractionMasks) or [`GSDrawStackFeature.GSDrawStackFeatureIntersectionMasks`](/Core/GlyphsCore/GSDrawStackFeature/GSDrawStackFeatureIntersectionMasks) is supported, masks do not affect these bounds.

`CGRectNull` if there are no concrete bounds for the slice.

