---
title: "init(data:width:height:bitsPerComponent:bytesPerRow:space:bitmapInfo:)"
framework: coregraphics
role: symbol
role_heading: Initializer
path: "coregraphics/cgcontext/init(data:width:height:bitspercomponent:bytesperrow:space:bitmapinfo:)-10b3i"
---

# init(data:width:height:bitsPerComponent:bytesPerRow:space:bitmapInfo:)

## Declaration

```swift
init?(data: UnsafeMutableRawPointer?, width: Int, height: Int, bitsPerComponent: Int, bytesPerRow: Int, space: CGColorSpace?, bitmapInfo: CGBitmapInfo)
```
