# `GSImage.crop`

*Instance Property*

The Crop

## Declaration

```swift
var crop: NSRect { get set }
```

```objc
@property (nonatomic, assign) NSRect crop;
```

```python
crop() -> NSRect
setCrop_(crop: NSRect)
```

