# `GSImage.image`

*Instance Property*

the NSImage

## Declaration

```swift
var image: NSImage! { get }
```

```objc
@property (nonatomic, readonly) NSImage * image;
```

```python
image() -> NSImage
```

