<!--
{
  "availability" : [
    "tvOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TVServices",
  "identifier" : "/documentation/TVServices/TVTopShelfSectionedContent/imageSize(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "TV Services"
    ],
    "preciseIdentifier" : "c:objc(cs)TVTopShelfSectionedContent(cm)imageSizeForImageShape:"
  },
  "title" : "imageSize(for:)"
}
-->

# imageSize(for:)

Returns the dimensions to use for images of the specified shape.

```
class func imageSize(for shape: TVTopShelfSectionedItem.ImageShape) -> CGSize
```

## Parameters

`shape`

The image shape whose dimensions you want.

## Return Value

The recommended size of the image, in points.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)