---
title: imageSize()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/ikimageview/imagesize()
---

# imageSize()

Returns the size of the image in the image view.

## Declaration

```swift
func imageSize() -> NSSize
```

## Return Value

Return Value The size of the image.

## Discussion

Discussion The image size changes whenever an image is rotates or cropped.

## See Also

### Getting and Setting Image View Characteristics

- [delegate](quartz/ikimageview/delegate.md)
- [zoomFactor](quartz/ikimageview/zoomfactor.md)
- [rotationAngle](quartz/ikimageview/rotationangle.md)
- [currentToolMode](quartz/ikimageview/currenttoolmode.md)
- [autoresizes](quartz/ikimageview/autoresizes.md)
- [hasHorizontalScroller](quartz/ikimageview/hashorizontalscroller.md)
- [hasVerticalScroller](quartz/ikimageview/hasverticalscroller.md)
- [autohidesScrollers](quartz/ikimageview/autohidesscrollers.md)
- [supportsDragAndDrop](quartz/ikimageview/supportsdraganddrop.md)
- [editable](quartz/ikimageview/editable.md)
- [doubleClickOpensImageEditPanel](quartz/ikimageview/doubleclickopensimageeditpanel.md)
- [imageCorrection](quartz/ikimageview/imagecorrection.md)
- [backgroundColor](quartz/ikimageview/backgroundcolor.md)
- [imageProperties()](quartz/ikimageview/imageproperties().md)
