---
title: size
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiimage/size
---

# size

The logical dimensions, in points, for the image.

## Declaration

```swift
var size: CGSize { get }
```

## Discussion

Discussion This value reflects the logical size of the image and takes the image’s current orientation into account. Multiply the size values by the value in the scale property to get the pixel dimensions of the image.

## See Also

### Getting the image size and scale

- [scale](uikit/uiimage/scale.md)
