---
title: fullImage
framework: vision
role: symbol
role_heading: Type Property
path: vision/normalizedrect/fullimage
---

# fullImage

A normalized rectangle with an origin at zero and a width and height of one.

## Declaration

```swift
static var fullImage: NormalizedRect { get }
```

## 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)
- [init(normalizedRect:)](vision/normalizedrect/init(normalizedrect:).md)
