---
title: leftEyePosition
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/cifacefeature/lefteyeposition-swift.property
---

# leftEyePosition

The image coordinate of the center of the left eye.

## Declaration

```swift
var leftEyePosition: CGPoint { get }
```

## Discussion

Discussion note: The left eye is on the left side of the face from the observer’s perspective. It is not the left eye from the subject’s perspective.

## See Also

### Identifying Facial Features

- [hasLeftEyePosition](coreimage/cifacefeature/haslefteyeposition-swift.property.md)
- [hasRightEyePosition](coreimage/cifacefeature/hasrighteyeposition-swift.property.md)
- [hasMouthPosition](coreimage/cifacefeature/hasmouthposition-swift.property.md)
- [rightEyePosition](coreimage/cifacefeature/righteyeposition-swift.property.md)
- [mouthPosition](coreimage/cifacefeature/mouthposition-swift.property.md)
- [hasSmile](coreimage/cifacefeature/hassmile-swift.property.md)
- [leftEyeClosed](coreimage/cifacefeature/lefteyeclosed-swift.property.md)
- [rightEyeClosed](coreimage/cifacefeature/righteyeclosed-swift.property.md)
