---
title: CLKComplicationTemplateGraphicRectangularLargeImage
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphicrectangularlargeimage
---

# CLKComplicationTemplateGraphicRectangularLargeImage

A template for displaying a large rectangle containing header text and an image.

## Declaration

```swift
class CLKComplicationTemplateGraphicRectangularLargeImage
```

## Overview

Overview This template belongs to the CLKComplicationFamily.graphicRectangular family. Figure 1 shows the layout of the image and where the template might appear on the clock face.

The table below lists the dimensions of the image you use in this template. All dimensions are in pixels. All images must be specified as @2x images for display on Apple Watch, so the point-based dimensions are half the listed size.  |  |   |  |   |  |   |  |   |  |  This template supports full-color images. The image provider automatically masks the image to a rounded rectangle with a 8-pixel corner radius. Instead of providing multiple images with different resolutions, you can provide a single, scaleable PDF asset. For more information, see Supporting Multiple Watch Sizes.

## Topics

### Creating the Template

- [init(textProvider:imageProvider:)](clockkit/clkcomplicationtemplategraphicrectangularlargeimage/init(textprovider:imageprovider:).md)

### Setting the Complication Data

- [textProvider](clockkit/clkcomplicationtemplategraphicrectangularlargeimage/textprovider.md)
- [imageProvider](clockkit/clkcomplicationtemplategraphicrectangularlargeimage/imageprovider.md)

## Relationships

### Inherits From

- [CLKComplicationTemplate](clockkit/clkcomplicationtemplate.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Large Images and Views

- [CLKComplicationTemplateGraphicRectangularLargeView](clockkit/clkcomplicationtemplategraphicrectangularlargeview.md)
- [CLKComplicationTemplateGraphicRectangularFullImage](clockkit/clkcomplicationtemplategraphicrectangularfullimage.md)
- [CLKComplicationTemplateGraphicRectangularFullView](clockkit/clkcomplicationtemplategraphicrectangularfullview.md)
