---
title: CLKComplicationTemplateGraphicCornerGaugeImage
framework: clockkit
role: symbol
role_heading: Class
path: clockkit/clkcomplicationtemplategraphiccornergaugeimage
---

# CLKComplicationTemplateGraphicCornerGaugeImage

A template for displaying an image and a gauge in the clock face’s corner.

## Declaration

```swift
class CLKComplicationTemplateGraphicCornerGaugeImage
```

## Overview

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

The following table 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 circle. 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(gaugeProvider:imageProvider:)](clockkit/clkcomplicationtemplategraphiccornergaugeimage/init(gaugeprovider:imageprovider:).md)
- [init(gaugeProvider:leadingTextProvider:trailingTextProvider:imageProvider:)](clockkit/clkcomplicationtemplategraphiccornergaugeimage/init(gaugeprovider:leadingtextprovider:trailingtextprovider:imageprovider:).md)

### Setting the Complication Data

- [imageProvider](clockkit/clkcomplicationtemplategraphiccornergaugeimage/imageprovider.md)
- [gaugeProvider](clockkit/clkcomplicationtemplategraphiccornergaugeimage/gaugeprovider.md)
- [leadingTextProvider](clockkit/clkcomplicationtemplategraphiccornergaugeimage/leadingtextprovider.md)
- [trailingTextProvider](clockkit/clkcomplicationtemplategraphiccornergaugeimage/trailingtextprovider.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

### Gauges

- [CLKComplicationTemplateGraphicCornerGaugeView](clockkit/clkcomplicationtemplategraphiccornergaugeview.md)
- [CLKComplicationTemplateGraphicCornerGaugeText](clockkit/clkcomplicationtemplategraphiccornergaugetext.md)
