<!--
{
  "availability" : [
    "watchOS: 7.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKComplicationTemplateGraphicRectangularFullImage",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKComplicationTemplateGraphicRectangularFullImage"
  },
  "title" : "CLKComplicationTemplateGraphicRectangularFullImage"
}
-->

# CLKComplicationTemplateGraphicRectangularFullImage

A template for displaying a full-color image that fills the complication.

```
class CLKComplicationTemplateGraphicRectangularFullImage
```

## Overview

This template belongs to the [`CLKComplicationFamily.graphicRectangular`](/documentation/ClockKit/CLKComplicationFamily/graphicRectangular) family.

![A diagram of a graphic rectangular full complication. The diagram shows an image of the moon filling the complication.](images/com.apple.clockkit/media-3905732@2x.png)

The table below lists the dimensions of the image you use in this template. Use images with a <doc://com.apple.documentation/documentation/UIKit/UIImage/scale> of `2.0` for display on Apple Watch so the point-based dimensions are half the listed size.

|Apple Watch Size|Width     |Height    |
|----------------|----------|----------|
|40 mm           |324 pixels|138 pixels|
|41 mm           |343 pixels|146 pixels|
|44 mm           |368 pixels|156 pixels|
|45 mm           |386 pixels|164 pixels|

This template supports full-color images.

Instead of providing multiple images with different resolutions, you can provide a single, scaleable PDF asset. For more information, see `Manage Assets`.

## Topics

### Creating the Template

[`-  initWithImageProvider:`](/documentation/ClockKit/CLKComplicationTemplateGraphicRectangularFullImage/init(imageProvider:))

Creates a template with a large rectangular image.

[`+  templateWithImageProvider:`](/documentation/ClockKit/CLKComplicationTemplateGraphicRectangularFullImage/templateWithImageProvider:)

Returns a template with a large rectangular image.

### Setting the Complication Data

[`imageProvider`](/documentation/ClockKit/CLKComplicationTemplateGraphicRectangularFullImage/imageProvider)

The image to display.

## Relationships

### Conforms To

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`Hashable`](/documentation/Swift/Hashable)

[`NSCopying`](/documentation/Foundation/NSCopying)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Equatable`](/documentation/Swift/Equatable)

[`CVarArg`](/documentation/Swift/CVarArg)

### Inherits From

[`CLKComplicationTemplate`](/documentation/ClockKit/CLKComplicationTemplate)

---

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)