<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIGraphicsImageRenderer/init(bounds:format:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIGraphicsImageRenderer(im)initWithBounds:format:"
  },
  "title" : "init(bounds:format:)"
}
-->

# init(bounds:format:)

Creates an image renderer with the specified bounds and format.

```
init(bounds: CGRect, format: UIGraphicsImageRendererFormat)
```

## Parameters

`bounds`

The bounds of the image context the image renderer creates and subsequently draws upon. Specify values in points in the Core Graphics coordinate space.

`format`

A [`UIGraphicsImageRendererFormat`](/documentation/UIKit/UIGraphicsImageRendererFormat) object that encapsulates the format used to create the renderer context.

## Return Value

An initialized image renderer.

## Discussion

Use this initializer to create an image renderer when you want to override the default format for the current device.

---

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)