---
title: "init(normalizedRect:)"
framework: vision
role: symbol
role_heading: Initializer
path: "vision/normalizedrect/init(normalizedrect:)"
---

# init(normalizedRect:)

Creates a rectangle from the specified Core Graphics rectangle.

## Declaration

```swift
init(normalizedRect: CGRect)
```

## Parameters

- `normalizedRect`: The normalized rect.

## See Also

### Creating a normalized rectangle

- [init(x:y:width:height:)](vision/normalizedrect/init(x:y:width:height:).md)
- [init(imageRect:in:)](vision/normalizedrect/init(imagerect:in:).md)
- [init(imageRect:in:normalizedTo:)](vision/normalizedrect/init(imagerect:in:normalizedto:).md)
- [fullImage](vision/normalizedrect/fullimage.md)
